Uses of Interface
org.jboss.cache.Lifecycle

Packages that use Lifecycle
org.jboss.cache   
org.jboss.cache.factories   
org.jboss.cache.invocation   
org.jboss.cache.loader   
org.jboss.cache.loader.bdbje   
org.jboss.cache.loader.jdbm   
org.jboss.cache.loader.s3   
org.jboss.cache.loader.tcp   
org.jboss.cache.util.concurrent   
 

Uses of Lifecycle in org.jboss.cache
 

Subinterfaces of Lifecycle in org.jboss.cache
 interface Cache<K,V>
          Interface for a Cache where data mappings are grouped and stored in a tree data structure consisting of Nodes.
 interface CacheSPI<K,V>
          A more detailed interface to Cache, which is used when writing plugins for or extending JBoss Cache.
 

Uses of Lifecycle in org.jboss.cache.factories
 

Classes in org.jboss.cache.factories that implement Lifecycle
 class ComponentRegistry
          A registry where components which have been created are stored.
 

Uses of Lifecycle in org.jboss.cache.invocation
 

Classes in org.jboss.cache.invocation that implement Lifecycle
 class CacheInvocationDelegate<K,V>
          The delegate that users (and ChainedInterceptor authors) interact with when they create a cache by using a cache factory.
 

Uses of Lifecycle in org.jboss.cache.loader
 

Subinterfaces of Lifecycle in org.jboss.cache.loader
 interface CacheLoader
          A CacheLoader implementation persists and load keys to and from secondary storage, such as a database or filesystem.
 interface CacheLoaderAop
          Responsible for storing and retrieving objects to/from secondary storage.
 

Classes in org.jboss.cache.loader that implement Lifecycle
 class AbstractCacheLoader
          A convenience abstract implementation of a CacheLoader.
 class AbstractDelegatingCacheLoader
          AbstractDelegatingCacheLoader provides standard functionality for a cache loader that simply delegates each operation defined in the cache loader interface to the underlying cache loader, basically acting as a proxy to the real cache loader.
 class AdjListJDBCCacheLoader
          Adjacency List Model is the model of persisting trees in which each children holds a reference to its parent.
 class AsyncCacheLoader
          The AsyncCacheLoader is a delegating cache loader that extends AbstractDelegatingCacheLoader overriding methods to that should not just delegate the operation to the underlying cache loader.
 class ChainingCacheLoader
          This decorator is used whenever more than one cache loader is configured.
 class ClusteredCacheLoader
          A cache loader that consults other members in the cluster for values.
 class FileCacheLoader
          Simple file-based CacheLoader implementation.
 class JDBCCacheLoader
          JDBC implementation of AdjListJDBCCacheLoader.
 class JDBCCacheLoaderOld
          Deprecated. please use the JDBCCacheLoader.
 class LocalDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a local (in the same VM) CacheImpl.
 class ReadOnlyDelegatingCacheLoader
          Provides ignoreModifications features to all cache loaders.
 class SingletonStoreCacheLoader
          SingletonStoreCacheLoader is a delegating cache loader used for situations when only one node should interact with the underlying store.
 class TcpDelegatingCacheLoader
          DelegatingCacheLoader implementation which delegates to a remote (not in the same VM) CacheImpl using TCP/IP for communication.
 

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

Classes in org.jboss.cache.loader.bdbje that implement Lifecycle
 class BdbjeCacheLoader
          A persistent CacheLoader based on Berkeley DB Java Edition.
 

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

Classes in org.jboss.cache.loader.jdbm that implement Lifecycle
 class JdbmCacheLoader
          A persistent CacheLoader based on the JDBM project.
 class JdbmCacheLoader2
          Optimized version of the JdbmCacheLoader implementation which is better for storing data under a single node.
 

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

Classes in org.jboss.cache.loader.s3 that implement Lifecycle
 class S3CacheLoader
          Uses the Amazon S3 service for storage.
 

Uses of Lifecycle in org.jboss.cache.loader.tcp
 

Subinterfaces of Lifecycle in org.jboss.cache.loader.tcp
 interface TcpCacheServerMBean
          StandardMBean interface for TcpCacheServer.
 

Classes in org.jboss.cache.loader.tcp that implement Lifecycle
 class TcpCacheServer
          TCP-IP based CacheServer, setCache TcpDelegatingCacheLoader with host and port of this server
 

Uses of Lifecycle in org.jboss.cache.util.concurrent
 

Methods in org.jboss.cache.util.concurrent with parameters of type Lifecycle
 void SynchronizedRestarter.restartComponent(Lifecycle component)
           
 



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