public static class CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig extends PluggableConfigurationComponent
className, properties
log
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, setProperties
addChildConfig, addChildConfigs, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, setCache, testImmutability
public 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 PluggableConfigurationComponent
public int hashCode()
hashCode
in class PluggableConfigurationComponent
public String toString()
toString
in class PluggableConfigurationComponent
public CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig clone() throws CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class PluggableConfigurationComponent
CloneNotSupportedException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.