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.String[]Return the list of notification types.voidsetDescription(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... 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
Set a list of notification types. - 
getNotificationTypes
Return the list of notification types. - 
setName
Set the name of this notification. - 
getName
Return the name of this notification. - 
setDescription
Set a description for this notification. - 
getDescription
Return a description for this notification. 
 -