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 Summary
Constructors - 
Method Summary
Modifier 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
- 
ManagedNotification
public ManagedNotification() 
 - 
 - 
Method Details
- 
setNotificationType
Set a single notification type, or a list of notification types as comma-delimited String. - 
setNotificationTypes
 - 
getNotificationTypes
 - 
setName
 - 
getName
 - 
setDescription
 - 
getDescription
 
 -