| Interfaces | |
|---|---|
| JmxAttributeSource | Interface used by the MetadataMBeanInfoAssembler to
read source-level metadata from a managed resource's class. |
| Classes | |
|---|---|
| AbstractJmxAttribute | Base class for all JMX metadata classes. |
| AttributesJmxAttributeSource | Implementation of the JmxAttributeSource interface that
reads metadata via Spring's Attributes abstraction. |
| ManagedAttribute | Metadata that indicates to expose a given bean property as JMX attribute. |
| ManagedOperation | Metadata that indicates to expose a given method as JMX operation. |
| ManagedOperationParameter | Metadata about JMX operation parameters. |
| ManagedResource | Metadata that indicates to register instances of a given class with a JMX server. |
| Exceptions | |
|---|---|
| InvalidMetadataException | Thrown by the JmxAttributeSource when it encounters
incorrect metadata on a managed resource or one of its methods. |