org.jboss.cache.loader.jdbm
Class JdbmCacheLoader2Config

java.lang.Object
  extended by org.jboss.cache.config.ConfigurationComponent
      extended by org.jboss.cache.config.PluggableConfigurationComponent
          extended by org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
              extended by org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
                  extended by org.jboss.cache.loader.jdbm.JdbmCacheLoader2Config
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent

public class JdbmCacheLoader2Config
extends JdbmCacheLoaderConfig

Configuration for JdbmCacheLoader2.

Author:
Elias Ross
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.PluggableConfigurationComponent
className, properties
 
Fields inherited from class org.jboss.cache.config.ConfigurationComponent
log
 
Constructor Summary
JdbmCacheLoader2Config()
          Constructs a new JdbmCacheLoader2Config.
JdbmCacheLoader2Config(CacheLoaderConfig.IndividualCacheLoaderConfig base)
          Constructs a new JdbmCacheLoader2Config.
 
Method Summary
 
Methods inherited from class org.jboss.cache.loader.jdbm.JdbmCacheLoaderConfig
clone, equals, getLocation, hashCode, setLocation, setProperties
 
Methods inherited from class org.jboss.cache.config.CacheLoaderConfig.IndividualCacheLoaderConfig
equalsExcludingProperties, getCacheLoader, getSingletonStoreConfig, hashCodeExcludingProperties, isAsync, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, populateFromBaseConfig, setAsync, setCacheLoader, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setSingletonStoreConfig, toString
 
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

JdbmCacheLoader2Config

public JdbmCacheLoader2Config()
Constructs a new JdbmCacheLoader2Config.


JdbmCacheLoader2Config

public JdbmCacheLoader2Config(CacheLoaderConfig.IndividualCacheLoaderConfig base)
Constructs a new JdbmCacheLoader2Config.



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