| Package | Description |
|---|---|
| org.springframework.jmx.export.annotation |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedMetric |
AnnotationJmxAttributeSource.getManagedMetric(Method method) |
| Modifier and Type | Method and Description |
|---|---|
ManagedMetric |
JmxAttributeSource.getManagedMetric(Method method)
Implementations should return an instance of
ManagedMetric
if the supplied Method has the corresponding metadata. |