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, attach, create, destroy, detach, detach, exists, find, find, findAll, findAll, getCache, getInternalFqn, getListeners, getReferences, getThreadContext, 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()
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.