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

Packages that use ManagedAttribute
org.jboss.cache   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Uses of ManagedAttribute in org.jboss.cache
 

Methods in org.jboss.cache with annotations of type ManagedAttribute
 long RPCManagerImpl.getReplicationCount()
           
 long RPCManagerImpl.getReplicationFailures()
           
 String RPCManagerImpl.getSuccessRatio()
           
 boolean RPCManagerImpl.isStatisticsEnabled()
           
 void RPCManagerImpl.setStatisticsEnabled(boolean statisticsEnabled)
           
 

Uses of ManagedAttribute in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with annotations of type ManagedAttribute
 long ActivationInterceptor.getActivations()
           
 long CacheMgmtInterceptor.getAverageReadTime()
           
 long CacheMgmtInterceptor.getAverageWriteTime()
           
 long LegacyCacheLoaderInterceptor.getCacheLoaderLoads()
          Deprecated.  
 long CacheLoaderInterceptor.getCacheLoaderLoads()
           
 long LegacyCacheLoaderInterceptor.getCacheLoaderMisses()
          Deprecated.  
 long CacheLoaderInterceptor.getCacheLoaderMisses()
           
 long CacheStoreInterceptor.getCacheLoaderStores()
           
 long TxInterceptor.getCommits()
           
 long CacheMgmtInterceptor.getElapsedTime()
           
 long CacheMgmtInterceptor.getEvictions()
           
 double CacheMgmtInterceptor.getHitMissRatio()
           
 long CacheMgmtInterceptor.getHits()
           
 long InvalidationInterceptor.getInvalidations()
           
 long CacheMgmtInterceptor.getMisses()
           
 int CacheMgmtInterceptor.getNumberOfAttributes()
           
 int CacheMgmtInterceptor.getNumberOfNodes()
           
 long PassivationInterceptor.getPassivations()
           
 long TxInterceptor.getPrepares()
           
 double CacheMgmtInterceptor.getReadWriteRatio()
           
 long TxInterceptor.getRollbacks()
           
 boolean TxInterceptor.getStatisticsEnabled()
           
 boolean InvalidationInterceptor.getStatisticsEnabled()
           
 boolean CacheStoreInterceptor.getStatisticsEnabled()
           
 long CacheMgmtInterceptor.getStores()
           
 long CacheMgmtInterceptor.getTimeSinceReset()
           
 void TxInterceptor.setStatisticsEnabled(boolean enabled)
           
 void InvalidationInterceptor.setStatisticsEnabled(boolean enabled)
           
 void CacheStoreInterceptor.setStatisticsEnabled(boolean enabled)
           
 

Uses of ManagedAttribute in org.jboss.cache.interceptors.base
 

Methods in org.jboss.cache.interceptors.base with annotations of type ManagedAttribute
 boolean JmxStatsCommandInterceptor.getStatisticsEnabled()
          Returns whether an interceptor's statistics are being captured.
 void JmxStatsCommandInterceptor.setStatisticsEnabled(boolean enabled)
           
 



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