| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ManagedAttribute | AnnotationJmxAttributeSource. getManagedAttribute(Method method) | 
| ManagedMetric | AnnotationJmxAttributeSource. getManagedMetric(Method method) | 
| ManagedNotification[] | AnnotationJmxAttributeSource. getManagedNotifications(Class<?> clazz) | 
| ManagedOperation | AnnotationJmxAttributeSource. getManagedOperation(Method method) | 
| ManagedOperationParameter[] | AnnotationJmxAttributeSource. getManagedOperationParameters(Method method) | 
| ManagedResource | AnnotationJmxAttributeSource. getManagedResource(Class<?> beanClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| ManagedAttribute | JmxAttributeSource. getManagedAttribute(Method method)Implementations should return an instance of  ManagedAttributeif the suppliedMethodhas the corresponding metadata. | 
| ManagedMetric | JmxAttributeSource. getManagedMetric(Method method)Implementations should return an instance of  ManagedMetricif the suppliedMethodhas the corresponding metadata. | 
| ManagedNotification[] | JmxAttributeSource. getManagedNotifications(Class<?> clazz)Implementations should return an array of  ManagedNotificationsif the supplied theClasshas the corresponding metadata. | 
| ManagedOperation | JmxAttributeSource. getManagedOperation(Method method)Implementations should return an instance of  ManagedOperationif the suppliedMethodhas the corresponding metadata. | 
| ManagedOperationParameter[] | JmxAttributeSource. getManagedOperationParameters(Method method)Implementations should return an array of  ManagedOperationParameterif the suppliedMethodhas the corresponding metadata. | 
| ManagedResource | JmxAttributeSource. getManagedResource(Class<?> clazz)Implementations should return an instance of  ManagedResourceif the suppliedClasshas the appropriate metadata. |