Uses of Interface
org.apache.hivemind.management.MBeanRegistry

Packages that use MBeanRegistry
org.apache.hivemind.management.impl   
 

Uses of MBeanRegistry in org.apache.hivemind.management.impl
 

Classes in org.apache.hivemind.management.impl that implement MBeanRegistry
 class MBeanRegistryImpl
          Implementation of MBeanRegistryRegisters MBeans in an standard JMX MBeanServer Supports calling start methods, after the registration.
 

Constructors in org.apache.hivemind.management.impl with parameters of type MBeanRegistry
PerformanceMonitorFactory(MBeanRegistry mbeanRegistry, ObjectNameBuilder objectNameBuilder)