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>
,Lifecycle
,PersistenceManager
,RemoteCache<K,V>
,RemoteCacheContainer
,SecureCache<K,V>
,SegmentedAdvancedLoadWriteStore<K,V>
,TransactionalCacheWriter<K,V>
,Transport
- 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
,org.infinispan.affinity.impl.KeyAffinityServiceImpl
,KeyAffinityServiceImpl
,LevelDBStore
,LuceneCacheLoader
,OffHeapConcurrentMap
,PersistenceManagerImpl
,PersistenceManagerStub
,RemoteCacheManager
,RemoteStore
,RestStore
,org.infinispan.persistence.rocksdb.RocksDBStore
,SingleFileStore
,SingletonCacheWriter
public interface Lifecycle
Lifecycle 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 void
start()
Invoked on component startvoid
stop()
Invoked on component stop
-