org.jboss.cache.config
Class CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig

java.lang.Object
  extended by org.jboss.cache.config.ConfigurationComponent
      extended by org.jboss.cache.config.PluggableConfigurationComponent
          extended by org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent
Direct Known Subclasses:
SingletonStoreDefaultConfig
Enclosing class:
CacheLoaderConfig.IndividualCacheLoaderConfig

public static class CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
extends PluggableConfigurationComponent

Configuration for a SingletonStoreCacheLoader

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.cache.config.PluggableConfigurationComponent
className, properties
 
Fields inherited from class org.jboss.cache.config.ConfigurationComponent
log
 
Constructor Summary
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig()
           
 
Method Summary
 CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig clone()
           
 boolean equals(Object obj)
           
 String getSingletonStoreClass()
           
 Properties getSingletonStoreproperties()
           
 int hashCode()
           
 boolean isSingletonStoreEnabled()
           
 void setSingletonStoreClass(String className)
           
 void setSingletonStoreEnabled(boolean singletonStoreEnabled)
           
 void setSingletonStoreproperties(Properties properties)
           
 String toString()
           
 
Methods inherited from class org.jboss.cache.config.PluggableConfigurationComponent
getClassName, getProperties, setClassName, setProperties, setProperties
 
Methods inherited from class org.jboss.cache.config.ConfigurationComponent
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutability
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig

public CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig()
Method Detail

isSingletonStoreEnabled

public boolean isSingletonStoreEnabled()

setSingletonStoreEnabled

public void setSingletonStoreEnabled(boolean singletonStoreEnabled)

getSingletonStoreClass

public String getSingletonStoreClass()

setSingletonStoreClass

public void setSingletonStoreClass(String className)

getSingletonStoreproperties

public Properties getSingletonStoreproperties()

setSingletonStoreproperties

public void setSingletonStoreproperties(Properties properties)

equals

public boolean equals(Object obj)
Overrides:
equals in class PluggableConfigurationComponent

hashCode

public int hashCode()
Overrides:
hashCode in class PluggableConfigurationComponent

toString

public String toString()
Overrides:
toString in class PluggableConfigurationComponent

clone

public CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig clone()
                                                                         throws CloneNotSupportedException
Specified by:
clone in interface CloneableConfigurationComponent
Overrides:
clone in class PluggableConfigurationComponent
Throws:
CloneNotSupportedException


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