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.cli.interpreter   
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.factories.components   
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.manager Cache manager package 
org.infinispan.query   
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.server.core.transport   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.topology   
org.infinispan.transaction.xa.recovery   
org.infinispan.upgrade   
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
org.infinispan.xsite   
 

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.cli.interpreter
 

Classes in org.infinispan.cli.interpreter with annotations of type MBean
 class Interpreter
           
 

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.eviction
 

Classes in org.infinispan.eviction with annotations of type MBean
 class ActivationManagerImpl
          Concrete implementation of activation logic manager.
 

Uses of MBean in org.infinispan.factories.components
 

Constructors in org.infinispan.factories.components with parameters of type MBean
ManageableComponentMetadata(Class<?> component, List<Method> injectMethods, List<Method> startMethods, List<Method> stopMethods, boolean global, boolean survivesRestarts, List<Field> managedAttributeFields, List<Method> managedAttributeMethods, List<Method> managedOperationMethods, MBean mbean)
           
 

Uses of MBean in org.infinispan.interceptors
 

Classes in org.infinispan.interceptors with annotations of type MBean
 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.query
 

Classes in org.infinispan.query with annotations of type MBean
 interface MassIndexer
          Component to rebuild the indexes from the existing data.
 

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.server.core.transport
 

Classes in org.infinispan.server.core.transport with annotations of type MBean
 interface Transport
          Server transport abstraction
 

Uses of MBean in org.infinispan.statetransfer
 

Classes in org.infinispan.statetransfer with annotations of type MBean
 class StateTransferManagerImpl
          StateTransferManager implementation.
 

Uses of MBean in org.infinispan.topology
 

Classes in org.infinispan.topology with annotations of type MBean
 class LocalTopologyManagerImpl
          The LocalTopologyManager implementation.
 

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.upgrade
 

Classes in org.infinispan.upgrade with annotations of type MBean
 class RollingUpgradeManager
          This component handles the control hooks to handle migrating from one version of Infinispan to another.
 

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
 

Uses of MBean in org.infinispan.xsite
 

Classes in org.infinispan.xsite with annotations of type MBean
 class XSiteAdminOperations
          Managed bean exposing sys admin operations for Cross-Site replication functionality.
 


-->

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