Package org.apache.hivemind.management.impl

Interface Summary
PerformanceCollector Interface for gathering performance data Is used by the performanceMonitorinterceptor for communication with the corresponding MBean of type PerformanceMonitorMBean
 

Class Summary
JMXConnectorServerFactory An implementation of ServiceImplementationFactorythat creates JMXConnectorServer instances using JMXConnectorServerFactory
JMXConnectorServerParameter Parameter object passed to JMXConnectorServerFactory.
MBeanRegistrationContribution Holds the information for a service that gets registered as JMX Managed Bean
MBeanRegistryImpl Implementation of MBeanRegistryRegisters MBeans in an standard JMX MBeanServer Supports calling start methods, after the registration.
MBeanServerFactory An implementation of ServiceImplementationFactorythat creates a MBeanServer using MBeanServerFactorySearches for an existing MBeanServer first, and creates a new one if none has been found
ObjectNameBuilderImpl Implementation of ObjectNameBuilderA configurable domain is prepended to the ObjectNames.
ObjectNameEditor PropertyEditor for JMX ObjectNames Converts strings to ObjectNames
PerformanceMonitorFactory Interceptor factory that adds a MBean based performance monitor to a service.