org.jboss.cache.loader
Class ClusteredCacheLoaderConfig

java.lang.Object
  extended by org.jboss.cache.config.ConfigurationComponent
      extended by org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
          extended by org.jboss.cache.loader.ClusteredCacheLoaderConfig
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ClusteredCacheLoaderConfig
extends CacheLoaderConfig.IndividualCacheLoaderConfig

See Also:
Serialized Form

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.ConfigurationComponent
log
 
Constructor Summary
ClusteredCacheLoaderConfig()
           
 
Method Summary
 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.CacheLoaderConfig.IndividualCacheLoaderConfig
equalsExcludingProperties, getClassName, getProperties, getSingletonStoreConfig, hashCodeExcludingProperties, isAsync, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, populateFromBaseConfig, setAsync, setClassName, setFetchPersistentState, setIgnoreModifications, setProperties, setPurgeOnStartup, setSingletonStoreConfig, toString
 
Methods inherited from class org.jboss.cache.config.ConfigurationComponent
addChildConfig, addChildConfigs, clone, getTreeCache, passCacheToChildConfig, removeChildConfig, removeChildConfigs, replaceChildConfig, replaceChildConfigs, safeEquals, setCacheImpl, testImmutability
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusteredCacheLoaderConfig

public ClusteredCacheLoaderConfig()
Method Detail

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(long timeout)

setProperties

public void setProperties(java.util.Properties props)
Overrides:
setProperties in class CacheLoaderConfig.IndividualCacheLoaderConfig

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class CacheLoaderConfig.IndividualCacheLoaderConfig

hashCode

public int hashCode()
Overrides:
hashCode in class CacheLoaderConfig.IndividualCacheLoaderConfig