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.
 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> ActivationInterceptor.dumpStatistics()
           
 Map<String,Object> TxInterceptor.dumpStatistics()
           
 Map<String,Object> LegacyCacheLoaderInterceptor.dumpStatistics()
          Deprecated.  
 Map<String,Object> CacheStoreInterceptor.dumpStatistics()
           
 Map<String,Object> LegacyActivationInterceptor.dumpStatistics()
          Deprecated.  
 Map<String,Object> InvalidationInterceptor.dumpStatistics()
           
 Map<String,Object> CacheMgmtInterceptor.dumpStatistics()
           
 Map<String,Object> PassivationInterceptor.dumpStatistics()
           
 Map<String,Object> CacheLoaderInterceptor.dumpStatistics()
           
 void ActivationInterceptor.resetStatistics()
           
 void TxInterceptor.resetStatistics()
           
 void LegacyCacheLoaderInterceptor.resetStatistics()
          Deprecated.  
 void CacheStoreInterceptor.resetStatistics()
           
 void LegacyActivationInterceptor.resetStatistics()
          Deprecated.  
 void InvalidationInterceptor.resetStatistics()
           
 void CacheMgmtInterceptor.resetStatistics()
           
 void PassivationInterceptor.resetStatistics()
           
 void CacheLoaderInterceptor.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 © 2008 JBoss, a division of Red Hat. All Rights Reserved.