| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManagedNotification | |
|---|---|
| org.springframework.jmx.export.annotation | JDK 1.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. | 
| Uses of ManagedNotification in org.springframework.jmx.export.annotation | 
|---|
| Methods in org.springframework.jmx.export.annotation that return ManagedNotification | |
|---|---|
|  ManagedNotification[] | AnnotationJmxAttributeSource.getManagedNotifications(Class clazz) | 
| Uses of ManagedNotification in org.springframework.jmx.export.assembler | 
|---|
| Methods in org.springframework.jmx.export.assembler with parameters of type ManagedNotification | |
|---|---|
|  void | AbstractConfigurableMBeanInfoAssembler.setNotificationInfos(ManagedNotification[] notificationInfos) | 
| Uses of ManagedNotification in org.springframework.jmx.export.metadata | 
|---|
| Methods in org.springframework.jmx.export.metadata that return ManagedNotification | |
|---|---|
|  ManagedNotification[] | AttributesJmxAttributeSource.getManagedNotifications(Class clazz)If the specified has ManagedNotificationattributes these are returned, otherwise
 a zero-length array is returned. | 
|  ManagedNotification[] | JmxAttributeSource.getManagedNotifications(Class clazz)Implementations should return an array of ManagedNotificationsif the supplied theClasshas the corresponding metadata. | 
| Methods in org.springframework.jmx.export.metadata with parameters of type ManagedNotification | |
|---|---|
| static ModelMBeanNotificationInfo | JmxMetadataUtils.convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo)Convert the supplied ManagedNotificationinto the correspondingModelMBeanNotificationInfo. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||