org.jboss.cache
Interface TreeCacheViewMBean


public interface TreeCacheViewMBean

MBean interface.

Author:
Bela Ban March 27 2003

Method Summary
 void create()
           
 void destroy()
           
 Cache getCache()
           
 CacheJmxWrapperMBean getCacheService()
           
 void setCache(Cache cache)
           
 void setCacheService(CacheJmxWrapperMBean cache_service)
           
 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()

getCache

Cache getCache()

setCache

void setCache(Cache cache)

getCacheService

CacheJmxWrapperMBean getCacheService()

setCacheService

void setCacheService(CacheJmxWrapperMBean cache_service)


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