org.infinispan.lifecycle
Interface Lifecycle

All Known Subinterfaces:
AdvancedCache<K,V>, Cache<K,V>, CacheLoaderManager, CacheManager, Transport, TreeCache<K,V>
All Known Implementing Classes:
AbstractComponentRegistry, AbstractDelegatingAdvancedCache, AbstractDelegatingCache, CacheDelegate, CacheLoaderManagerImpl, ComponentRegistry, DefaultCacheManager, GlobalComponentRegistry, JGroupsTransport, 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()

Google Analytics

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