Uses of Package
org.springframework.jmx.export.assembler
Packages that use org.springframework.jmx.export.assembler
Package
Description
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
Provides a strategy for MBeanInfo assembly.
-
Classes in org.springframework.jmx.export.assembler used by org.springframework.jmx.exportClassDescriptionInterface to be implemented by all classes that can create management interface metadata for a managed resource.
-
Classes in org.springframework.jmx.export.assembler used by org.springframework.jmx.export.assemblerClassDescriptionBase class for MBeanInfoAssemblers that support configurable JMX notification behavior.Abstract implementation of the
MBeanInfoAssemblerinterface that encapsulates the creation of aModelMBeanInfoinstance but delegates the creation of metadata to subclasses.Builds on theAbstractMBeanInfoAssemblersuperclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.Extends theMBeanInfoAssemblerto add auto-detection logic.Interface to be implemented by all classes that can create management interface metadata for a managed resource.