程序包的使用
cn.taketoday.jmx.export.assembler
程序包
说明
This package provides declarative creation and registration of
Framework-managed beans as JMX MBeans.
Provides a strategy for MBeanInfo assembly.
-
类说明Interface to be implemented by all classes that can create management interface metadata for a managed resource.
-
类说明Base 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 autodetection logic.Interface to be implemented by all classes that can create management interface metadata for a managed resource.