org.infinispan.lifecycle
Interface Lifecycle

All Known Subinterfaces:
AdvancedCache<K,V>, BasicCache<K,V>, BasicCacheContainer, Cache<K,V>, CacheContainer, CacheLoaderManager, CacheManager, EmbeddedCacheManager, KeyAffinityService<K>, RemoteCache<K,V>, ReplicationQueue, Transport, TreeCache<K,V>
All Known Implementing Classes:
AbstractComponentRegistry, AbstractDelegatingAdvancedCache, AbstractDelegatingCache, AbstractDelegatingEmbeddedCacheManager, AbstractTransport, CacheImpl, CacheLoaderManagerImpl, CacheSupport, ComponentRegistry, DecoratedCache, DefaultCacheManager, GlobalComponentRegistry, JGroupsTransport, KeyAffinityServiceImpl, RemoteCacheImpl, RemoteCacheManager, RemoteCacheSupport, ReplicationQueueImpl, TreeCacheImpl

public interface Lifecycle

Lifecycle interface that defines the lifecycle of components

Since:
4.0
Author:
Manik Surtani (manik@jboss.org)

Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()

-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.