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
-
Method Summary
Modifier and TypeMethodDescriptionReturn a description for this notification.getName()
Return the name of this notification.String[]
Return the list of notification types.void
setDescription
(String description) Set a description for this notification.void
Set the name of this notification.void
setNotificationType
(String notificationType) Set a single notification type, or a list of notification types as comma-delimited String.void
setNotificationTypes
(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.
-