| 程序包 | 说明 |
|---|---|
| org.springframework.jmx.export.annotation |
Java 5 annotations for MBean exposure.
|
| org.springframework.jmx.export.metadata |
Provides generic JMX metadata classes and basic support for reading
JMX metadata in a provider-agnostic manner.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ManagedAttribute |
AnnotationJmxAttributeSource.getManagedAttribute(Method method) |
| 限定符和类型 | 字段和说明 |
|---|---|
static ManagedAttribute |
ManagedAttribute.EMPTY |
| 限定符和类型 | 方法和说明 |
|---|---|
ManagedAttribute |
JmxAttributeSource.getManagedAttribute(Method method)
Implementations should return an instance of
ManagedAttribute
if the supplied Method has the corresponding metadata. |