public static class CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig extends PluggableConfigurationComponent
className, propertieslog| Constructor and Description |
|---|
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getClassName, getProperties, setClassName, setProperties, setPropertiesaddChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutabilitypublic CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig()
public boolean isSingletonStoreEnabled()
public void setSingletonStoreEnabled(boolean singletonStoreEnabled)
public String getSingletonStoreClass()
public void setSingletonStoreClass(String className)
public Properties getSingletonStoreproperties()
public void setSingletonStoreproperties(Properties properties)
public boolean equals(Object obj)
equals in class PluggableConfigurationComponentpublic int hashCode()
hashCode in class PluggableConfigurationComponentpublic String toString()
toString in class PluggableConfigurationComponentpublic CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig clone() throws CloneNotSupportedException
clone in interface CloneableConfigurationComponentclone in class PluggableConfigurationComponentCloneNotSupportedExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.