Uses of Class
org.jboss.cache.jmx.annotations.ManagedOperation

Packages that use ManagedOperation
org.jboss.cache   
org.jboss.cache.interceptors   
 

Uses of ManagedOperation in org.jboss.cache
 

Methods in org.jboss.cache with annotations of type ManagedOperation
 String RegionManagerImpl.dumpRegions()
           
 int DataContainerImpl.getNumberOfAttributes()
           
 int DataContainerImpl.getNumberOfNodes()
           
 String DataContainerImpl.printDetails()
          Prints information about the contents of the nodes in the cache's current in-memory state.
 String DataContainerImpl.printDetailsAsHtml()
           
 void RPCManagerImpl.resetStatistics()
           
 

Uses of ManagedOperation in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with annotations of type ManagedOperation
 Map<String,Object> TxInterceptor.dumpStatistics()
           
 Map<String,Object> PassivationInterceptor.dumpStatistics()
           
 Map<String,Object> LegacyCacheLoaderInterceptor.dumpStatistics()
          Deprecated.  
 Map<String,Object> LegacyActivationInterceptor.dumpStatistics()
          Deprecated.  
 Map<String,Object> InvalidationInterceptor.dumpStatistics()
           
 Map<String,Object> CacheStoreInterceptor.dumpStatistics()
           
 Map<String,Object> CacheMgmtInterceptor.dumpStatistics()
           
 Map<String,Object> CacheLoaderInterceptor.dumpStatistics()
           
 Map<String,Object> ActivationInterceptor.dumpStatistics()
           
 String InterceptorChain.getInterceptorDetails()
           
 String InterceptorChain.getInterceptorDetailsAsHtml()
           
 void TxInterceptor.resetStatistics()
           
 void PassivationInterceptor.resetStatistics()
           
 void LegacyCacheLoaderInterceptor.resetStatistics()
          Deprecated.  
 void LegacyActivationInterceptor.resetStatistics()
          Deprecated.  
 void InvalidationInterceptor.resetStatistics()
           
 void CacheStoreInterceptor.resetStatistics()
           
 void CacheMgmtInterceptor.resetStatistics()
           
 void CacheLoaderInterceptor.resetStatistics()
           
 void ActivationInterceptor.resetStatistics()
           
 



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