Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
Modifier and Type | Field and Description |
---|---|
protected GlobalConfiguration.ShutdownHookBehavior |
GlobalConfiguration.ShutdownType.hookBehavior
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GlobalConfiguration.ShutdownHookBehavior |
GlobalConfiguration.ShutdownType.getHookBehavior()
Deprecated.
|
GlobalConfiguration.ShutdownHookBehavior |
GlobalConfiguration.getShutdownHookBehavior()
Deprecated.
|
static GlobalConfiguration.ShutdownHookBehavior |
GlobalConfiguration.ShutdownHookBehavior.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GlobalConfiguration.ShutdownHookBehavior[] |
GlobalConfiguration.ShutdownHookBehavior.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FluentGlobalConfiguration.ShutdownConfig |
GlobalConfiguration.ShutdownType.hookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
Deprecated.
|
FluentGlobalConfiguration.ShutdownConfig |
FluentGlobalConfiguration.ShutdownConfig.hookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
Deprecated.
|
void |
GlobalConfiguration.ShutdownType.setHookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
Deprecated.
The visibility of this will be reduced, use
GlobalConfiguration.ShutdownType.hookBehavior(org.infinispan.config.GlobalConfiguration.ShutdownHookBehavior) instead |
void |
GlobalConfiguration.setShutdownHookBehavior(GlobalConfiguration.ShutdownHookBehavior shutdownHookBehavior)
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.