Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
ManagedAttribute
Metadata that indicates to expose a given bean property as JMX attribute.
|
class |
ManagedMetric
Metadata that indicates to expose a given bean property as a JMX attribute,
with additional descriptor properties that indicate that the attribute is a
metric.
|
class |
ManagedOperation
Metadata that indicates to expose a given method as JMX operation.
|
class |
ManagedResource
Metadata indicating that instances of an annotated class
are to be registered with a JMX server.
|