Package org.infinispan.commons.api
Interface Lifecycle
- All Known Subinterfaces:
BasicCache<K,,V> BasicCacheContainer,InternalRemoteCache<K,,V> RemoteCache<K,,V> RemoteCacheContainer
- All Known Implementing Classes:
DelegatingRemoteCache,InvalidatedNearRemoteCache,RemoteCacheImpl,RemoteCacheManager,RemoteCacheSupport,TransactionalRemoteCacheImpl
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
-