Uses of Class
org.jboss.cache.config.PluggableConfigurationComponent

Packages that use PluggableConfigurationComponent
org.jboss.cache.buddyreplication   
org.jboss.cache.config   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
org.jboss.cache.loader.s3   
 

Uses of PluggableConfigurationComponent in org.jboss.cache.buddyreplication
 

Subclasses of PluggableConfigurationComponent in org.jboss.cache.buddyreplication
 class NextMemberBuddyLocatorConfig
          Type-specific configuration object for NextMemberBuddyLocator.
 

Uses of PluggableConfigurationComponent in org.jboss.cache.config
 

Subclasses of PluggableConfigurationComponent in org.jboss.cache.config
static class BuddyReplicationConfig.BuddyLocatorConfig
           
static class CacheLoaderConfig.IndividualCacheLoaderConfig
          Configuration object that holds the confguration of an individual cache loader.
static class CacheLoaderConfig.IndividualCacheLoaderConfig.SingletonStoreConfig
          Configuration for a SingletonStoreCacheLoader
 

Methods in org.jboss.cache.config that return PluggableConfigurationComponent
 PluggableConfigurationComponent PluggableConfigurationComponent.clone()
           
 

Uses of PluggableConfigurationComponent in org.jboss.cache.loader
 

Subclasses of PluggableConfigurationComponent in org.jboss.cache.loader
 class AdjListJDBCCacheLoaderConfig
          AdjListJDBCCacheLoaderConfig
 class AsyncCacheLoaderConfig
           
 class ClusteredCacheLoaderConfig
           
 class FileCacheLoaderConfig
           
 class JDBCCacheLoaderConfig
          Builds the different SQLs needed by JDBCCacheLoader.
 class JDBCCacheLoaderOldConfig
          Deprecated. please use JDBCCacheLoaderConfig
 class LocalDelegatingCacheLoaderConfig
           
 class SingletonStoreDefaultConfig
          Default singleton store cache loader configuration implementation, which is provided with the default singleton store cache loader implementation.
 class TcpDelegatingCacheLoaderConfig
           
 

Uses of PluggableConfigurationComponent in org.jboss.cache.loader.bdbje
 

Subclasses of PluggableConfigurationComponent in org.jboss.cache.loader.bdbje
 class BdbjeCacheLoaderConfig
           
 

Uses of PluggableConfigurationComponent in org.jboss.cache.loader.jdbm
 

Subclasses of PluggableConfigurationComponent in org.jboss.cache.loader.jdbm
 class JdbmCacheLoader2Config
          Configuration for JdbmCacheLoader2.
 class JdbmCacheLoaderConfig
           
 

Uses of PluggableConfigurationComponent in org.jboss.cache.loader.s3
 

Subclasses of PluggableConfigurationComponent in org.jboss.cache.loader.s3
 class S3LoaderConfig
          Amazon S3 loader configuration.
 



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