org.infinispan.loaders.decorators
Class SingletonStoreConfig

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.AbstractNamedCacheConfigurationBean
          extended by org.infinispan.loaders.decorators.SingletonStoreConfig
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent

public class SingletonStoreConfig
extends AbstractNamedCacheConfigurationBean

Configuration for a singleton store

Note that class SingletonStoreConfig contains JAXB annotations. These annotations determine how XML configuration files are read into instances of configuration class hierarchy as well as they provide meta data for configuration file XML schema generation. Please modify these annotations and Java element types they annotate with utmost understanding and care.

Since:
4.0
Author:
Manik Surtani, Vladimir Blagojevic
See Also:
Configuration reference, Serialized Form

Field Summary
protected  Boolean enabled
           
protected  Long pushStateTimeout
           
protected  Boolean pushStateWhenCoordinator
           
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
SingletonStoreConfig()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 SingletonStoreConfig clone()
           
 Long getPushStateTimeout()
           
 Boolean isPushStateWhenCoordinator()
           
 Boolean isSingletonStoreEnabled()
           
 void setPushStateTimeout(Long pushStateTimeout)
           
 void setPushStateWhenCoordinator(Boolean pushStateWhenCoordinator)
           
 void setSingletonStoreEnabled(Boolean singletonStoreEnabled)
           
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
hasComponentStarted, inject
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

protected Boolean enabled

pushStateWhenCoordinator

protected Boolean pushStateWhenCoordinator

pushStateTimeout

protected Long pushStateTimeout
Constructor Detail

SingletonStoreConfig

public SingletonStoreConfig()
Method Detail

isSingletonStoreEnabled

public Boolean isSingletonStoreEnabled()

setSingletonStoreEnabled

public void setSingletonStoreEnabled(Boolean singletonStoreEnabled)

isPushStateWhenCoordinator

public Boolean isPushStateWhenCoordinator()

setPushStateWhenCoordinator

public void setPushStateWhenCoordinator(Boolean pushStateWhenCoordinator)

getPushStateTimeout

public Long getPushStateTimeout()

setPushStateTimeout

public void setPushStateTimeout(Long pushStateTimeout)

clone

public SingletonStoreConfig clone()
Specified by:
clone in interface CloneableConfigurationComponent
Overrides:
clone in class AbstractNamedCacheConfigurationBean

accept

public void accept(ConfigurationBeanVisitor v)

Google Analytics

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