org.infinispan.jmx
Class AbstractJmxRegistration
java.lang.Object
org.infinispan.jmx.AbstractJmxRegistration
- Direct Known Subclasses:
- CacheJmxRegistration, CacheManagerJmxRegistration
public abstract class AbstractJmxRegistration
- extends Object
Parent class for top level JMX component registration.
- Since:
- 4.0
- Author:
- Galder ZamarreƱo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJmxRegistration
public AbstractJmxRegistration()
buildRegistrar
protected abstract ComponentsJmxRegistration buildRegistrar(Set<AbstractComponentRegistry.Component> components)
registerMBeans
protected boolean registerMBeans(Set<AbstractComponentRegistry.Component> components,
GlobalConfiguration globalConfig)
- Registers a set of MBean components and returns true if successfully registered; false otherwise.
- Parameters:
components
- components to registerglobalConfig
- global configuration
- Returns:
- true if successfully registered; false otherwise.
unregisterMBeans
protected void unregisterMBeans(Set<AbstractComponentRegistry.Component> components)
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.