Uses of Interface
org.infinispan.config.CloneableConfigurationComponent

Packages that use CloneableConfigurationComponent
org.infinispan.config   
org.infinispan.loader   
org.infinispan.loader.cluster   
org.infinispan.loader.decorators   
org.infinispan.loader.file   
 

Uses of CloneableConfigurationComponent in org.infinispan.config
 

Classes in org.infinispan.config that implement CloneableConfigurationComponent
 class AbstractConfigurationBean
          Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started.
 class AbstractNamedCacheConfigurationBean
          Adds named cache specific features to the AbstractConfigurationBean.
 class CacheLoaderManagerConfig
          Holds the configuration of the cache loader chain.
 class Configuration
          Encapsulates the configuration of a Cache.
 class CustomInterceptorConfig
          Holds information about the custom interceptors defined in the configuration file.
 class GlobalConfiguration
          Configuration component that encapsulates the global configuration.
 class PluggableConfigurationComponent
          A configuration component where the implementation class can be specified, and comes with its own set of properties.
 class RuntimeConfig
           
 

Methods in org.infinispan.config that return CloneableConfigurationComponent
 CloneableConfigurationComponent CloneableConfigurationComponent.clone()
           
 CloneableConfigurationComponent AbstractConfigurationBean.clone()
           
 

Uses of CloneableConfigurationComponent in org.infinispan.loader
 

Classes in org.infinispan.loader that implement CloneableConfigurationComponent
 class AbstractCacheLoaderConfig
          Abstract base class for CacheLoaderConfigs.
 class AbstractCacheStoreConfig
          Configures AbstractCacheStore.
 class LockSupportCacheStoreConfig
          Adds configuration support for LockSupportCacheStore.
 

Uses of CloneableConfigurationComponent in org.infinispan.loader.cluster
 

Classes in org.infinispan.loader.cluster that implement CloneableConfigurationComponent
 class ClusterCacheLoaderConfig
          Configuration for ClusterCacheLoader.
 

Uses of CloneableConfigurationComponent in org.infinispan.loader.decorators
 

Classes in org.infinispan.loader.decorators that implement CloneableConfigurationComponent
 class AsyncStoreConfig
          Configuration for the async cache loader
 class SingletonStoreConfig
          Configuration for a singleton store
 

Uses of CloneableConfigurationComponent in org.infinispan.loader.file
 

Classes in org.infinispan.loader.file that implement CloneableConfigurationComponent
 class FileCacheStoreConfig
          Configures FileCacheStore.
 



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