Infinispan Distribution 5.2.6.Final-redhat-2

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
All Known Implementing Classes:
AbstractComponentRegistry, AbstractDelegatingAdvancedCache, AbstractDelegatingCache, AbstractDelegatingEmbeddedCacheManager, AbstractTransport, CacheImpl, CacheLoaderManagerImpl, CacheSupport, ComponentRegistry, DecoratedCache, DefaultCacheManager, GlobalComponentRegistry, JGroupsTransport, KeyAffinityServiceImpl, RemoteCacheImpl, RemoteCacheManager, RemoteCacheSupport, ReplicationQueueImpl

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()

Infinispan Distribution 5.2.6.Final-redhat-2

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