Package org.infinispan.commons.api
Interface Lifecycle
-
- All Known Subinterfaces:
AdvancedCache<K,V>,AdvancedCacheExpirationWriter<K,V>,AdvancedCacheLoader<K,V>,AdvancedCacheWriter<K,V>,AdvancedLoadWriteStore<K,V>,BasicCache<K,V>,BasicCacheContainer,Cache<K,V>,CacheContainer,CacheLoader<K,V>,CacheWriter<K,V>,EmbeddedCacheManager,ExternalStore<K,V>,FlagAffectedStore<K,V>,KeyAffinityService<K>,PersistenceManager,RemoteCache<K,V>,RemoteCacheContainer,SecureCache<K,V>,SegmentedAdvancedLoadWriteStore<K,V>,TransactionalCacheWriter<K,V>,Transport,TreeCache<K,V>
- All Known Implementing Classes:
AbstractComponentRegistry,AbstractDelegatingAdvancedCache,org.infinispan.cache.impl.AbstractDelegatingAdvancedCache,AbstractDelegatingCache,org.infinispan.cache.impl.AbstractDelegatingCache,AbstractDelegatingEmbeddedCacheManager,org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager,AbstractDelegatingTransport,AbstractSegmentedAdvancedLoadWriteStore,AbstractTransport,AdvancedAsyncCacheLoader,AdvancedAsyncCacheWriter,AdvancedSingletonCacheWriter,AsyncCacheLoader,AsyncCacheWriter,ClusterLoader,ComponentRegistry,ComposedSegmentedLoadWriteStore,DefaultCacheManager,DelegatingCacheLoader,DelegatingCacheWriter,GlobalComponentRegistry,GlobalTxTable,JdbcStringBasedStore,JGroupsTransport,JpaStore,OffHeapConcurrentMap,PersistenceManagerImpl,PersistenceManagerStub,RemoteCacheManager,RemoteStore,RestStore,RocksDBStore,SingleFileStore,SingletonCacheWriter,SoftIndexFileStore
public interface LifecycleLifecycle interface that defines the lifecycle of components- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Invoked on component startvoidstop()Invoked on component stop
-