Uses of Interface
org.jboss.cache.jmx.CacheJmxWrapperMBean

Packages that use CacheJmxWrapperMBean
org.jboss.cache   
org.jboss.cache.jmx   
org.jboss.cache.loader.tcp   
 

Uses of CacheJmxWrapperMBean in org.jboss.cache
 

Methods in org.jboss.cache that return CacheJmxWrapperMBean
 CacheJmxWrapperMBean TreeCacheViewMBean.getCacheService()
           
 

Methods in org.jboss.cache with parameters of type CacheJmxWrapperMBean
 void TreeCacheViewMBean.setCacheService(CacheJmxWrapperMBean cache_service)
           
 

Uses of CacheJmxWrapperMBean in org.jboss.cache.jmx
 

Classes in org.jboss.cache.jmx that implement CacheJmxWrapperMBean
 class CacheJmxWrapper<K,V>
          Wrapper class that exposes a JMX management interface for an instance of CacheImpl.
 

Methods in org.jboss.cache.jmx with parameters of type CacheJmxWrapperMBean
static void JmxUtil.registerCacheMBean(javax.management.MBeanServer server, CacheJmxWrapperMBean cache, java.lang.String cacheObjectName)
           
 

Uses of CacheJmxWrapperMBean in org.jboss.cache.loader.tcp
 

Methods in org.jboss.cache.loader.tcp with parameters of type CacheJmxWrapperMBean
 void TcpCacheServer.setCacheJmxWrapper(CacheJmxWrapperMBean wrapper)
           
 void TcpCacheServerMBean.setCacheJmxWrapper(CacheJmxWrapperMBean wrapper)
          Allows injection of the CacheSPI via a CacheJmxWrapperMBean.