org.infinispan.jmx
Class AbstractJmxRegistration

java.lang.Object
  extended by 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

Constructor Summary
AbstractJmxRegistration()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJmxRegistration

public AbstractJmxRegistration()
Method Detail

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 register
globalConfig - 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.