org.infinispan.config
Class GlobalConfiguration.ShutdownType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.GlobalConfiguration.ShutdownType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent, FluentGlobalConfiguration.ShutdownConfig, JAXBUnmarshallable
Enclosing class:
GlobalConfiguration

Deprecated.

@Deprecated
public static class GlobalConfiguration.ShutdownType
extends AbstractConfigurationBean
implements FluentGlobalConfiguration.ShutdownConfig

This element specifies behavior when the JVM running the cache instance shuts down.

See Also:
Configuration reference, Serialized Form

Field Summary
protected  GlobalConfiguration.ShutdownHookBehavior hookBehavior
          Deprecated.  
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration.ShutdownType()
          Deprecated.  
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
          Deprecated.  
 GlobalConfiguration build()
          Deprecated.  
 GlobalConfiguration build()
          Deprecated.  
 CloneableConfigurationComponent clone()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
          Deprecated.  
 GlobalConfiguration.ShutdownHookBehavior getHookBehavior()
          Deprecated.  
 FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
          Deprecated. This method allows configuration of the global, or cache manager level, jmx statistics.
 FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
          Deprecated. This method allows configuration of the global, or cache manager level, jmx statistics.
protected  boolean hasComponentStarted()
          Deprecated. Tests whether the component this configuration bean intents to configure has already started.
 FluentGlobalConfiguration.ShutdownConfig hookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
          Deprecated.  
 void inject(GlobalComponentRegistry gcr, GlobalConfiguration globalConfig)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.SerializationConfig serialization()
          Deprecated.  
 FluentGlobalConfiguration.SerializationConfig serialization()
          Deprecated.  
 void setHookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
          Deprecated. The visibility of this will be reduced, use hookBehavior(org.infinispan.config.GlobalConfiguration.ShutdownHookBehavior) instead
 FluentGlobalConfiguration.ShutdownConfig shutdown()
          Deprecated.  
 FluentGlobalConfiguration.ShutdownConfig shutdown()
          Deprecated.  
 FluentGlobalConfiguration.TransportConfig transport()
          Deprecated.  
 FluentGlobalConfiguration.TransportConfig transport()
          Deprecated.  
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hookBehavior

protected GlobalConfiguration.ShutdownHookBehavior hookBehavior
Deprecated. 
Constructor Detail

GlobalConfiguration.ShutdownType

public GlobalConfiguration.ShutdownType()
Deprecated. 
Method Detail

accept

public void accept(ConfigurationBeanVisitor v)
Deprecated. 

getHookBehavior

public GlobalConfiguration.ShutdownHookBehavior getHookBehavior()
Deprecated. 

setHookBehavior

@Deprecated
public void setHookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
Deprecated. The visibility of this will be reduced, use hookBehavior(org.infinispan.config.GlobalConfiguration.ShutdownHookBehavior) instead


hookBehavior

public FluentGlobalConfiguration.ShutdownConfig hookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
Deprecated. 
Specified by:
hookBehavior in interface FluentGlobalConfiguration.ShutdownConfig

transport

public FluentGlobalConfiguration.TransportConfig transport()
Deprecated. 

globalJmxStatistics

public FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
Deprecated. 
This method allows configuration of the global, or cache manager level, jmx statistics. When this method is called, it automatically enables global jmx statistics. So, if you want it to be disabled, make sure you call FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()


serialization

public FluentGlobalConfiguration.SerializationConfig serialization()
Deprecated. 

asyncTransportExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
Deprecated. 

asyncListenerExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
Deprecated. 

evictionScheduledExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
Deprecated. 

replicationQueueScheduledExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
Deprecated. 

shutdown

public FluentGlobalConfiguration.ShutdownConfig shutdown()
Deprecated. 

build

public GlobalConfiguration build()
Deprecated. 

inject

public void inject(GlobalComponentRegistry gcr,
                   GlobalConfiguration globalConfig)
Deprecated. 

hasComponentStarted

protected boolean hasComponentStarted()
Deprecated. 
Description copied from class: AbstractConfigurationBean
Tests whether the component this configuration bean intents to configure has already started.

Specified by:
hasComponentStarted in class AbstractConfigurationBean
Returns:
true if the component has started; false otherwise.

clone

public CloneableConfigurationComponent clone()
                                      throws CloneNotSupportedException
Deprecated. 
Specified by:
clone in interface CloneableConfigurationComponent
Overrides:
clone in class AbstractConfigurationBean
Throws:
CloneNotSupportedException

transport

public FluentGlobalConfiguration.TransportConfig transport()
Deprecated. 

globalJmxStatistics

public FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
Deprecated. 
This method allows configuration of the global, or cache manager level, jmx statistics. When this method is called, it automatically enables global jmx statistics. So, if you want it to be disabled, make sure you call FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()


serialization

public FluentGlobalConfiguration.SerializationConfig serialization()
Deprecated. 

asyncListenerExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
Deprecated. 

asyncTransportExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
Deprecated. 

evictionScheduledExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
Deprecated. 

replicationQueueScheduledExecutor

public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
Deprecated. 

shutdown

public FluentGlobalConfiguration.ShutdownConfig shutdown()
Deprecated. 

build

public GlobalConfiguration build()
Deprecated. 

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.