org.jboss.cache.pojo
Interface PojoCacheMBean

All Superinterfaces:
PojoCache

public interface PojoCacheMBean
extends PojoCache

MBean interface for PojoCache.

Since:
1.4
Author:
Ben Wang

Method Summary
 org.w3c.dom.Element getPojoCacheConfig()
           
 void setPojoCacheConfig(org.w3c.dom.Element config)
          Inject the config element that is specific to PojoCache.
 
Methods inherited from interface org.jboss.cache.pojo.PojoCache
addListener, addListener, attach, create, destroy, detach, find, findAll, getCache, getListeners, getPojoID, removeListener, start, stop
 

Method Detail

setPojoCacheConfig

void setPojoCacheConfig(org.w3c.dom.Element config)
Inject the config element that is specific to PojoCache.

Parameters:
config -

getPojoCacheConfig

org.w3c.dom.Element getPojoCacheConfig()