org.jboss.cache.pojo
Interface PojoCacheMBean
- All Superinterfaces:
- PojoCache
public interface PojoCacheMBean
- extends PojoCache
MBean interface for PojoCache.
- Since:
- 1.4
- Author:
- Ben Wang
Methods inherited from interface org.jboss.cache.pojo.PojoCache |
addListener, addListener, attach, create, destroy, detach, find, findAll, getCache, getListeners, getPojoID, removeListener, start, stop |
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()