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