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

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

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> CacheStoreInterceptor.dumpStatistics()
           
 Map<String,Object> CacheMgmtInterceptor.dumpStatistics()
           
 Map<String,Object> InvalidationInterceptor.dumpStatistics()
           
 Map<String,Object> CacheLoaderInterceptor.dumpStatistics()
           
 Map<String,Object> ActivationInterceptor.dumpStatistics()
           
 Map<String,Object> LegacyCacheLoaderInterceptor.dumpStatistics()
          Deprecated.  
 Map<String,Object> LegacyActivationInterceptor.dumpStatistics()
          Deprecated.  
 Map<String,Object> TxInterceptor.dumpStatistics()
           
 Map<String,Object> PassivationInterceptor.dumpStatistics()
           
 String InterceptorChain.getInterceptorDetails()
           
 String InterceptorChain.getInterceptorDetailsAsHtml()
           
 void CacheStoreInterceptor.resetStatistics()
           
 void CacheMgmtInterceptor.resetStatistics()
           
 void InvalidationInterceptor.resetStatistics()
           
 void CacheLoaderInterceptor.resetStatistics()
           
 void ActivationInterceptor.resetStatistics()
           
 void LegacyCacheLoaderInterceptor.resetStatistics()
          Deprecated.  
 void LegacyActivationInterceptor.resetStatistics()
          Deprecated.  
 void TxInterceptor.resetStatistics()
           
 void PassivationInterceptor.resetStatistics()
           
 

Uses of ManagedOperation in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock with annotations of type ManagedOperation
 int MVCCLockManager.testHashing(String fqn)
           
 



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