Interface Lifecycle
- All Known Subinterfaces:
AdvancedCache<K,V>, BasicCache<K, V>, BasicCacheContainer, Cache<K, V>, CacheContainer, EmbeddedCacheManager, InternalRemoteCache<K, V>, IracVersionGenerator, KeyAffinityService<K>, RemoteCache<K, V>, RemoteCacheContainer, SecureCache<K, V>, ServerStateManager, Transport
- All Known Implementing Classes:
AbstractComponentRegistry, AbstractDelegatingAdvancedCache, AbstractDelegatingCache, AbstractDelegatingEmbeddedCacheManager, AbstractDelegatingTransport, AliasCache, CacheImpl, ClusterPermissionMapper, ClusterRoleMapper, ComponentRegistry, DecoratedCache, DefaultCacheManager, DefaultIracVersionGenerator, DelegatingPersistenceManager, DelegatingRemoteCache, EmptyRaftManager, EncoderCache, GlobalComponentRegistry, GlobalTxTable, InternalCacheManager, InvalidatedNearRemoteCache, JGroupsTransport, KeyAffinityServiceImpl, NoOpIracVersionGenerator, RemoteCacheImpl, RemoteCacheManager, RemoteCacheSupport, SecureCacheImpl, SimpleCacheImpl, StatsCollectingCache
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
-