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
Enclosing class:
GlobalConfiguration

public static class GlobalConfiguration.ShutdownType
extends AbstractConfigurationBean

See Also:
Configuration reference, Serialized Form

Field Summary
protected  GlobalConfiguration.ShutdownHookBehavior hookBehavior
           
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration.ShutdownType()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
protected  boolean hasComponentStarted()
          Tests whether the component this configuration bean intents to configure has already started.
 void inject(GlobalComponentRegistry gcr)
           
 void setHookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
           
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
clone, testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hookBehavior

protected GlobalConfiguration.ShutdownHookBehavior hookBehavior
Constructor Detail

GlobalConfiguration.ShutdownType

public GlobalConfiguration.ShutdownType()
Method Detail

setHookBehavior

public void setHookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)

accept

public void accept(ConfigurationBeanVisitor v)

inject

public void inject(GlobalComponentRegistry gcr)

hasComponentStarted

protected boolean hasComponentStarted()
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.

Google Analytics

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