类 ManagedNotification
java.lang.Object
cn.taketoday.jmx.export.metadata.ManagedNotification
Metadata that indicates a JMX notification emitted by a bean.
- 从以下版本开始:
- 4.0
- 作者:
- Rob Harrop
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return 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.
-
构造器详细资料
-
ManagedNotification
public ManagedNotification()
-
-
方法详细资料
-
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.
-