| 程序包 | 说明 |
|---|---|
| org.springframework.jmx.export.annotation |
Java 5 annotations for MBean exposure.
|
| org.springframework.jmx.export.assembler |
Provides a strategy for MBeanInfo assembly.
|
| org.springframework.jmx.export.naming |
Provides a strategy for ObjectName creation.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AnnotationJmxAttributeSource
Implementation of the
JmxAttributeSource interface that
reads annotations and exposes the corresponding attributes. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MetadataMBeanInfoAssembler.setAttributeSource(JmxAttributeSource attributeSource)
Set the
JmxAttributeSource implementation to use for
reading the metadata from the bean class. |
| 构造器和说明 |
|---|
MetadataMBeanInfoAssembler(JmxAttributeSource attributeSource)
Create a new
MetadataMBeanInfoAssembler for the given
JmxAttributeSource. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MetadataNamingStrategy.setAttributeSource(JmxAttributeSource attributeSource)
Set the implementation of the
JmxAttributeSource interface to use
when reading the source-level metadata. |
| 构造器和说明 |
|---|
MetadataNamingStrategy(JmxAttributeSource attributeSource)
Create a new
MetadataNamingStrategy for the given
JmxAttributeSource. |