Class ManagedNotification
java.lang.Object
org.springframework.jmx.export.metadata.ManagedNotification
Metadata that indicates a JMX notification emitted by a bean.
- Since:
- 2.0
- Author:
- Rob Harrop
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn a description for this notification.getName()Return the name of this notification.Return the list of notification types.voidsetDescription(@Nullable String description) Set a description for this notification.voidSet the name of this notification.voidsetNotificationType(String notificationType) Set a single notification type, or a list of notification types as comma-delimited String.voidsetNotificationTypes(String @Nullable ... notificationTypes) Set a list of notification types.
- 
Constructor Details- 
ManagedNotificationpublic ManagedNotification()
 
- 
- 
Method Details- 
setNotificationTypeSet a single notification type, or a list of notification types as comma-delimited String.
- 
setNotificationTypesSet a list of notification types.
- 
getNotificationTypesReturn the list of notification types.
- 
setNameSet the name of this notification.
- 
getNameReturn the name of this notification.
- 
setDescriptionSet a description for this notification.
- 
getDescriptionReturn a description for this notification.
 
-