Uses of Class
org.infinispan.jmx.annotations.MBean

Packages that use MBean
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.manager Cache manager package 
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.transaction.xa.recovery   
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
 

Uses of MBean in org.infinispan
 

Classes in org.infinispan with annotations of type MBean
 class CacheImpl<K,V>
           
 

Uses of MBean in org.infinispan.distribution
 

Classes in org.infinispan.distribution with annotations of type MBean
 class DistributionManagerImpl
          The default distribution manager implementation
 

Uses of MBean in org.infinispan.interceptors
 

Classes in org.infinispan.interceptors with annotations of type MBean
 class ActivationInterceptor
           
 class CacheLoaderInterceptor
           
 class CacheMgmtInterceptor
          Captures cache management statistics
 class CacheStoreInterceptor
          Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either after each method call (no TXs), or at TX commit.
 class InvalidationInterceptor
          This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.
 class PassivationInterceptor
          Writes evicted entries back to the store on the way in through the CacheStore
 class TxInterceptor
          Interceptor in charge with handling transaction related operations, e.g enlisting cache as an transaction participant, propagating remotely initiated changes.
 

Uses of MBean in org.infinispan.manager
 

Classes in org.infinispan.manager with annotations of type MBean
 class DefaultCacheManager
          A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
 

Uses of MBean in org.infinispan.remoting.rpc
 

Classes in org.infinispan.remoting.rpc with annotations of type MBean
 class RpcManagerImpl
          This component really is just a wrapper around a Transport implementation, and is used to set up the transport and provide lifecycle and dependency hooks into external transport implementations.
 

Uses of MBean in org.infinispan.transaction.xa.recovery
 

Classes in org.infinispan.transaction.xa.recovery with annotations of type MBean
 class RecoveryAdminOperations
          Admin utility class for allowing management of in-doubt transactions (e.g.
 

Uses of MBean in org.infinispan.util.concurrent.locks
 

Classes in org.infinispan.util.concurrent.locks with annotations of type MBean
 class DeadlockDetectingLockManager
          Lock manager in charge with processing deadlock detections.
 class LockManagerImpl
          Handles locks for the MVCC based LockingInterceptor
 


-->

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