| Package | Description | 
|---|---|
| org.springframework.jmx.export.annotation | Java 5 annotations for MBean exposure. | 
| org.springframework.jmx.export.assembler | Provides a strategy for MBeanInfo assembly. | 
| 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 | 
|---|---|
| ManagedNotification[] | AnnotationJmxAttributeSource. getManagedNotifications(Class<?> clazz) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractConfigurableMBeanInfoAssembler. setNotificationInfos(ManagedNotification[] notificationInfos) | 
| Modifier and Type | Method and Description | 
|---|---|
| ManagedNotification[] | JmxAttributeSource. getManagedNotifications(Class<?> clazz)Implementations should return an array of  ManagedNotificationsif the supplied theClasshas the corresponding metadata. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ModelMBeanNotificationInfo | JmxMetadataUtils. convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo)Convert the supplied  ManagedNotificationinto the correspondingModelMBeanNotificationInfo. |