org.jboss.cache
Interface Lifecycle

All Known Subinterfaces:
Cache<K,V>, CacheLoader, CacheLoaderAop, CacheSPI<K,V>, TcpCacheServerMBean
All Known Implementing Classes:
AbstractCacheLoader, AbstractDelegatingCacheLoader, AdjListJDBCCacheLoader, AsyncCacheLoader, BdbjeCacheLoader, CacheInvocationDelegate, ChainingCacheLoader, ClusteredCacheLoader, ComponentRegistry, FileCacheLoader, JDBCCacheLoader, JDBCCacheLoaderOld, JdbmCacheLoader, JdbmCacheLoader2, LocalDelegatingCacheLoader, ReadOnlyDelegatingCacheLoader, S3CacheLoader, SingletonStoreCacheLoader, TcpCacheServer, TcpDelegatingCacheLoader

public interface Lifecycle

Defines lifecycle operations for various components

Author:
Manik Surtani

Method Summary
 void create()
           
 void destroy()
           
 void start()
           
 void stop()
           
 

Method Detail

create

void create()
            throws Exception
Throws:
Exception

start

void start()
           throws Exception
Throws:
Exception

stop

void stop()

destroy

void destroy()


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