org.jboss.cache.loader
Class LocalDelegatingCacheLoaderConfig

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

public class LocalDelegatingCacheLoaderConfig
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
LocalDelegatingCacheLoaderConfig()
           
 
Method Summary
 LocalDelegatingCacheLoaderConfig clone()
           
 boolean equals(Object obj)
           
 Cache getDelegate()
           
 int hashCode()
           
 void setDelegate(Cache delegate)
           
 void setProperties(Properties props)
           
 
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
 
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

LocalDelegatingCacheLoaderConfig

public LocalDelegatingCacheLoaderConfig()
Method Detail

setProperties

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

equals

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

hashCode

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

clone

public LocalDelegatingCacheLoaderConfig clone()
                                       throws CloneNotSupportedException
Overrides:
clone in class CacheLoaderConfig.IndividualCacheLoaderConfig
Throws:
CloneNotSupportedException

getDelegate

public Cache getDelegate()

setDelegate

public void setDelegate(Cache delegate)


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.