public class CacheManagerJmxRegistration extends AbstractJmxRegistration
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_MANAGER_JMX_GROUP |
| Constructor and Description |
|---|
CacheManagerJmxRegistration() |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentsJmxRegistration |
buildRegistrar(Set<AbstractComponentRegistry.Component> components) |
void |
init(GlobalComponentRegistry registry,
GlobalConfiguration configuration) |
void |
start()
On start, the mbeans are registered.
|
void |
stop()
On stop, the mbeans are unregistered.
|
protected void |
updateDomain(ComponentsJmxRegistration registrar,
MBeanServer mBeanServer,
String groupName) |
registerMBeans, unregisterMBeanspublic static final String CACHE_MANAGER_JMX_GROUP
public void init(GlobalComponentRegistry registry, GlobalConfiguration configuration)
public void start()
public void stop()
protected ComponentsJmxRegistration buildRegistrar(Set<AbstractComponentRegistry.Component> components)
buildRegistrar in class AbstractJmxRegistrationprotected void updateDomain(ComponentsJmxRegistration registrar, MBeanServer mBeanServer, String groupName)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.