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,RemoteCacheManager
public interface Lifecycle
Lifecycle interface that defines the lifecycle of components
- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)
-
Method Summary
-
Method Details
-
start
void start()Invoked on component start -
stop
void stop()Invoked on component stop
-