Package | Description |
---|---|
org.springframework.jmx.export |
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
|
org.springframework.jmx.export.assembler |
Provides a strategy for MBeanInfo assembly.
|
Class and Description |
---|
MBeanInfoAssembler
Interface to be implemented by all classes that can
create management interface metadata for a managed resource.
|
Class and Description |
---|
AbstractConfigurableMBeanInfoAssembler
Base class for MBeanInfoAssemblers that support configurable
JMX notification behavior.
|
AbstractMBeanInfoAssembler
Abstract implementation of the
MBeanInfoAssembler interface
that encapsulates the creation of a ModelMBeanInfo instance
but delegates the creation of metadata to subclasses. |
AbstractReflectiveMBeanInfoAssembler
Builds on the
AbstractMBeanInfoAssembler superclass to
add a basic algorithm for building metadata based on the
reflective metadata of the MBean class. |
AutodetectCapableMBeanInfoAssembler
Extends the
MBeanInfoAssembler to add autodetection logic. |
MBeanInfoAssembler
Interface to be implemented by all classes that can
create management interface metadata for a managed resource.
|