|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.config.ConfigurationComponent
org.jboss.cache.config.PluggableConfigurationComponent
org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
org.jboss.cache.loader.ClusteredCacheLoaderConfig
public class ClusteredCacheLoaderConfig
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig |
---|
CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig |
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 | |
---|---|
ClusteredCacheLoaderConfig()
|
Method Summary | |
---|---|
ClusteredCacheLoaderConfig |
clone()
|
boolean |
equals(java.lang.Object obj)
|
long |
getTimeout()
|
int |
hashCode()
|
void |
setProperties(java.util.Properties props)
|
void |
setTimeout(long timeout)
|
Methods inherited from class org.jboss.cache.config.PluggableConfigurationComponent |
---|
getClassName, getProperties, setClassName, 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 |
---|
public ClusteredCacheLoaderConfig()
Method Detail |
---|
public long getTimeout()
public void setTimeout(long timeout)
public void setProperties(java.util.Properties props)
setProperties
in class PluggableConfigurationComponent
public boolean equals(java.lang.Object obj)
equals
in class CacheLoaderConfig.IndividualCacheLoaderConfig
public int hashCode()
hashCode
in class CacheLoaderConfig.IndividualCacheLoaderConfig
public ClusteredCacheLoaderConfig clone() throws java.lang.CloneNotSupportedException
clone
in interface CloneableConfigurationComponent
clone
in class CacheLoaderConfig.IndividualCacheLoaderConfig
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |