Uses of Class
org.springframework.jmx.export.metadata.ManagedNotification
Packages that use ManagedNotification
Package
Description
Annotations for MBean exposure.
Provides a strategy for MBeanInfo assembly.
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.annotationMethods in org.springframework.jmx.export.annotation that return ManagedNotificationModifier and TypeMethodDescriptionAnnotationJmxAttributeSource.getManagedNotifications(Class<?> clazz) 
- 
Uses of ManagedNotification in org.springframework.jmx.export.assemblerMethods in org.springframework.jmx.export.assembler with parameters of type ManagedNotificationModifier and TypeMethodDescriptionvoidAbstractConfigurableMBeanInfoAssembler.setNotificationInfos(ManagedNotification[] notificationInfos) 
- 
Uses of ManagedNotification in org.springframework.jmx.export.metadataMethods in org.springframework.jmx.export.metadata that return ManagedNotificationModifier and TypeMethodDescriptionJmxAttributeSource.getManagedNotifications(Class<?> clazz) Implementations should return an array ofManagedNotificationsif the suppliedClasshas the corresponding metadata.Methods in org.springframework.jmx.export.metadata with parameters of type ManagedNotificationModifier and TypeMethodDescriptionstatic ModelMBeanNotificationInfoJmxMetadataUtils.convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo) Convert the suppliedManagedNotificationinto the correspondingModelMBeanNotificationInfo.