org.infinispan.jmx
Class CacheManagerJmxRegistration

java.lang.Object
  extended by org.infinispan.jmx.CacheManagerJmxRegistration

public class CacheManagerJmxRegistration
extends Object

Registers all the components from global component registry to the mbean server.

Since:
4.0
Author:
Mircea.Markus@jboss.com

Field Summary
static String GLOBAL_JMX_GROUP
           
 
Constructor Summary
CacheManagerJmxRegistration()
           
 
Method Summary
 void init(GlobalComponentRegistry registry, GlobalConfiguration configuration)
           
 void setMBeanServer(MBeanServer mBeanServer)
           
 void start()
          On start, the mbeans are registered.
 void stop()
          On stop, the mbeans are unregistered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLOBAL_JMX_GROUP

public static final String GLOBAL_JMX_GROUP
See Also:
Constant Field Values
Constructor Detail

CacheManagerJmxRegistration

public CacheManagerJmxRegistration()
Method Detail

init

public void init(GlobalComponentRegistry registry,
                 GlobalConfiguration configuration)

start

public void start()
On start, the mbeans are registered.


setMBeanServer

public void setMBeanServer(MBeanServer mBeanServer)

stop

public void stop()
On stop, the mbeans are unregistered.



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