public abstract class AbstractJmxRegistration extends Object
Constructor and Description |
---|
AbstractJmxRegistration() |
Modifier and Type | Method and Description |
---|---|
protected abstract ComponentsJmxRegistration |
buildRegistrar(Set<AbstractComponentRegistry.Component> components) |
protected boolean |
registerMBeans(Set<AbstractComponentRegistry.Component> components,
GlobalConfiguration globalConfig)
Registers a set of MBean components and returns true if successfully registered; false otherwise.
|
protected void |
unregisterMBeans(Set<AbstractComponentRegistry.Component> components) |
protected abstract ComponentsJmxRegistration buildRegistrar(Set<AbstractComponentRegistry.Component> components)
protected boolean registerMBeans(Set<AbstractComponentRegistry.Component> components, GlobalConfiguration globalConfig)
components
- components to registerglobalConfig
- global configurationprotected void unregisterMBeans(Set<AbstractComponentRegistry.Component> components)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.