org.jboss.cache.loader
Class ClusteredCacheLoaderConfig
java.lang.Object
   org.jboss.cache.config.ConfigurationComponent
org.jboss.cache.config.ConfigurationComponent
       org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
           org.jboss.cache.loader.ClusteredCacheLoaderConfig
org.jboss.cache.loader.ClusteredCacheLoaderConfig
- All Implemented Interfaces: 
- Serializable, Cloneable
- public class ClusteredCacheLoaderConfig 
- extends CacheLoaderConfig.IndividualCacheLoaderConfig
- See Also:
- Serialized Form
 
 
 
 
 
 
| Methods inherited from class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig | 
| equalsExcludingProperties, getCacheLoader, getClassName, getProperties, getSingletonStoreConfig, hashCodeExcludingProperties, isAsync, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, populateFromBaseConfig, setAsync, setCacheLoader, setClassName, setFetchPersistentState, setIgnoreModifications, setProperties, setPurgeOnStartup, setSingletonStoreConfig, toString | 
 
 
 
ClusteredCacheLoaderConfig
public ClusteredCacheLoaderConfig()
getTimeout
public long getTimeout()
- 
 
setTimeout
public void setTimeout(long timeout)
- 
 
setProperties
public void setProperties(Properties props)
- 
- Overrides:
- setPropertiesin class- CacheLoaderConfig.IndividualCacheLoaderConfig
 
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- CacheLoaderConfig.IndividualCacheLoaderConfig
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- CacheLoaderConfig.IndividualCacheLoaderConfig
 
- 
 
clone
public ClusteredCacheLoaderConfig clone()
                                 throws CloneNotSupportedException
- 
- Overrides:
- clonein class- CacheLoaderConfig.IndividualCacheLoaderConfig
 
- 
- Throws:
- CloneNotSupportedException
 
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.