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