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
 java.lang.String RegionManagerImpl.dumpRegions()
           
 int DataContainerImpl.getNumberOfAttributes()
           
 int DataContainerImpl.getNumberOfNodes()
           
 java.lang.String DataContainerImpl.printDetails()
          Prints information about the contents of the nodes in the cache's current in-memory state.
 java.lang.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
 java.util.Map<java.lang.String,java.lang.Object> InvalidationInterceptor.dumpStatistics()
           
 java.util.Map<java.lang.String,java.lang.Object> PassivationInterceptor.dumpStatistics()
           
 java.util.Map<java.lang.String,java.lang.Object> LegacyActivationInterceptor.dumpStatistics()
          Deprecated.  
 java.util.Map<java.lang.String,java.lang.Object> CacheMgmtInterceptor.dumpStatistics()
           
 java.util.Map<java.lang.String,java.lang.Object> TxInterceptor.dumpStatistics()
           
 java.util.Map<java.lang.String,java.lang.Object> LegacyCacheLoaderInterceptor.dumpStatistics()
          Deprecated.  
 java.util.Map<java.lang.String,java.lang.Object> ActivationInterceptor.dumpStatistics()
           
 java.util.Map<java.lang.String,java.lang.Object> CacheLoaderInterceptor.dumpStatistics()
           
 java.util.Map<java.lang.String,java.lang.Object> CacheStoreInterceptor.dumpStatistics()
           
 java.lang.String InterceptorChain.getInterceptorDetails()
           
 java.lang.String InterceptorChain.getInterceptorDetailsAsHtml()
           
 void InvalidationInterceptor.resetStatistics()
           
 void PassivationInterceptor.resetStatistics()
           
 void LegacyActivationInterceptor.resetStatistics()
          Deprecated.  
 void CacheMgmtInterceptor.resetStatistics()
           
 void TxInterceptor.resetStatistics()
           
 void LegacyCacheLoaderInterceptor.resetStatistics()
          Deprecated.  
 void ActivationInterceptor.resetStatistics()
           
 void CacheLoaderInterceptor.resetStatistics()
           
 void CacheStoreInterceptor.resetStatistics()
           
 



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