Uses of Interface
org.infinispan.lifecycle.Lifecycle

Packages that use Lifecycle
org.infinispan   
org.infinispan.atomic   
org.infinispan.factories   
org.infinispan.loader   
org.infinispan.manager   
org.infinispan.remoting   
org.infinispan.remoting.transport   
org.infinispan.remoting.transport.jgroups   
org.infinispan.tree   
org.infinispan.util.concurrent   
 

Uses of Lifecycle in org.infinispan
 

Subinterfaces of Lifecycle in org.infinispan
 interface AdvancedCache<K,V>
          An advanced interface that exposes additional methods not available on Cache.
 interface Cache<K,V>
          The central interface of Infinispan.
 

Classes in org.infinispan that implement Lifecycle
 class AbstractDelegatingAdvancedCache<K,V>
          Similar to AbstractDelegatingCache, but for AdvancedCache.
 class AbstractDelegatingCache<K,V>
          This is a convenient base class for implementing a cache delegate.
 class CacheDelegate<K,V>
           
 

Uses of Lifecycle in org.infinispan.atomic
 

Subinterfaces of Lifecycle in org.infinispan.atomic
 interface AtomicMapCache<K,V>
          This interface adds the getAtomicMap() method which allows users to get a hold of a map type where operations on its elements are all atomic.
 

Uses of Lifecycle in org.infinispan.factories
 

Classes in org.infinispan.factories that implement Lifecycle
 class AbstractComponentRegistry
          A registry where components which have been created are stored.
 class ComponentRegistry
          Named cache specific components
 class GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Uses of Lifecycle in org.infinispan.loader
 

Subinterfaces of Lifecycle in org.infinispan.loader
 interface CacheLoaderManager
          The cache loader manager interface
 

Classes in org.infinispan.loader that implement Lifecycle
 class CacheLoaderManagerImpl
           
 

Uses of Lifecycle in org.infinispan.manager
 

Subinterfaces of Lifecycle in org.infinispan.manager
 interface CacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 

Classes in org.infinispan.manager that implement Lifecycle
 class DefaultCacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 

Uses of Lifecycle in org.infinispan.remoting
 

Subinterfaces of Lifecycle in org.infinispan.remoting
 interface RpcManager
          Provides a mechanism for communicating with other caches in the cluster.
 

Classes in org.infinispan.remoting that implement Lifecycle
 class RpcManagerImpl
          This component really is just a wrapper around a Transport implementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations.
 

Uses of Lifecycle in org.infinispan.remoting.transport
 

Subinterfaces of Lifecycle in org.infinispan.remoting.transport
 interface Transport
          An interface that provides a communication link with remote caches.
 

Uses of Lifecycle in org.infinispan.remoting.transport.jgroups
 

Classes in org.infinispan.remoting.transport.jgroups that implement Lifecycle
 class JGroupsTransport
          An encapsulation of a JGroups transport
 

Uses of Lifecycle in org.infinispan.tree
 

Subinterfaces of Lifecycle in org.infinispan.tree
 interface TreeCache<K,V>
          This is a tree-like facade around a Cache allowing for efficient tree-style access to cached data.
 

Classes in org.infinispan.tree that implement Lifecycle
 class TreeCacheImpl<K,V>
           
 

Uses of Lifecycle in org.infinispan.util.concurrent
 

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



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