クラス ManagedNotification
java.lang.ObjectSE
org.springframework.jmx.export.metadata.ManagedNotification
Bean によって発行された JMX 通知を示すメタデータ。
- 導入:
- 2.0
- 作成者:
- Rob Harrop
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明この通知の説明を返します。getName()
この通知の名前を返します。通知型のリストを返します。void
setDescription
(@Nullable StringSE description) この通知の説明を設定します。void
この通知の名前を設定します。void
setNotificationType
(StringSE notificationType) 単一の通知型、または通知型のリストをカンマ区切りの文字列として設定します。void
setNotificationTypes
(StringSE @Nullable... notificationTypes) 通知型のリストを設定します。
コンストラクターの詳細
ManagedNotification
public ManagedNotification()
メソッドの詳細
setNotificationType
単一の通知型、または通知型のリストをカンマ区切りの文字列として設定します。setNotificationTypes
getNotificationTypes
setName
getName
setDescription
getDescription