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

Packages that use ManagedAttribute
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
org.jboss.cache.lock   
org.jboss.cache.transaction   
 

Uses of ManagedAttribute in org.jboss.cache
 

Methods in org.jboss.cache with annotations of type ManagedAttribute
 java.lang.String RPCManagerImpl.getLocalAddressString()
           
 java.lang.String RPCManagerImpl.getMembersString()
           
 int RegionManagerImpl.getNumRegions()
           
 long RPCManagerImpl.getReplicationCount()
           
 long RPCManagerImpl.getReplicationFailures()
           
 java.lang.String RPCManagerImpl.getSuccessRatio()
           
 boolean RPCManagerImpl.isEnabled()
           
 boolean RPCManagerImpl.isStatisticsEnabled()
           
 void RPCManagerImpl.setStatisticsEnabled(boolean statisticsEnabled)
           
 

Uses of ManagedAttribute in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication with annotations of type ManagedAttribute
 java.lang.String BuddyManager.getBuddyGroup()
           
 java.lang.String BuddyManager.getBuddyGroupsIParticipateIn()
           
 

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()
           
 int TxInterceptor.getNumberOfSyncsRegistered()
           
 long PassivationInterceptor.getPassivations()
           
 long TxInterceptor.getPrepares()
           
 double CacheMgmtInterceptor.getReadWriteRatio()
           
 long TxInterceptor.getRollbacks()
           
 boolean InvalidationInterceptor.getStatisticsEnabled()
           
 boolean TxInterceptor.getStatisticsEnabled()
           
 boolean CacheStoreInterceptor.getStatisticsEnabled()
           
 long CacheMgmtInterceptor.getStores()
           
 long CacheMgmtInterceptor.getTimeSinceReset()
           
 void InvalidationInterceptor.setStatisticsEnabled(boolean enabled)
           
 void TxInterceptor.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)
           
 

Uses of ManagedAttribute in org.jboss.cache.lock
 

Methods in org.jboss.cache.lock with annotations of type ManagedAttribute
 int MVCCLockManager.getConcurrencyLevel()
           
 int MVCCLockManager.getNumberOfLocksAvailable()
           
 int MVCCLockManager.getNumberOfLocksHeld()
           
 

Uses of ManagedAttribute in org.jboss.cache.transaction
 

Methods in org.jboss.cache.transaction with annotations of type ManagedAttribute
 int TransactionTable.getNumberOfRegisteredTransactions()
           
 java.lang.String TransactionTable.getTransactionMap()
           
 



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