接口的使用
cn.taketoday.jmx.export.metadata.JmxAttributeSource
使用JmxAttributeSource的程序包
程序包
说明
Java 5 annotations for MBean exposure.
Provides a strategy for MBeanInfo assembly.
Provides a strategy for ObjectName creation.
-
cn.taketoday.jmx.export.annotation中JmxAttributeSource的使用
修饰符和类型类说明classImplementation of theJmxAttributeSourceinterface that reads annotations and exposes the corresponding attributes. -
cn.taketoday.jmx.export.assembler中JmxAttributeSource的使用
修饰符和类型方法说明voidMetadataMBeanInfoAssembler.setAttributeSource(JmxAttributeSource attributeSource) Set theJmxAttributeSourceimplementation to use for reading the metadata from the bean class.限定符构造器说明MetadataMBeanInfoAssembler(JmxAttributeSource attributeSource) Create a newMetadataMBeanInfoAssemblerfor the givenJmxAttributeSource. -
cn.taketoday.jmx.export.naming中JmxAttributeSource的使用
修饰符和类型方法说明voidMetadataNamingStrategy.setAttributeSource(JmxAttributeSource attributeSource) Set the implementation of theJmxAttributeSourceinterface to use when reading the source-level metadata.限定符构造器说明MetadataNamingStrategy(JmxAttributeSource attributeSource) Create a newMetadataNamingStrategyfor the givenJmxAttributeSource.