Provides a strategy for MBeanInfo assembly.
-
class
Base class for MBeanInfoAssemblers that support configurable
JMX notification behavior.
class
Subclass of AbstractReflectiveMBeanInfoAssembler that allows for
the management interface of a bean to be defined using arbitrary interfaces.
class
Implementation of the
MBeanInfoAssembler interface that reads
the management interface information from source level metadata.
class
AbstractReflectiveMBeanInfoAssembler subclass that allows
method names to be explicitly excluded as MBean operations and attributes.
class
Subclass of AbstractReflectiveMBeanInfoAssembler that allows
to specify method names to be exposed as MBean operations and attributes.
class
Simple subclass of AbstractReflectiveMBeanInfoAssembler
that always votes yes for method and property inclusion, effectively exposing
all public methods and properties as operations and attributes.