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>
,RemoteCache<K,V>
,RemoteCacheContainer
,SecureCache<K,V>
,SegmentedAdvancedLoadWriteStore<K,V>
,TransactionalCacheWriter<K,V>
- All Known Implementing Classes:
ClusterLoader
,DefaultCacheManager
,JpaStore
,RemoteCacheManager
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
-