Uses of Class
javax.management.remote.TargetedNotification
-
Packages that use TargetedNotification 软件包 描述 javax.management.remote 用于远程访问JMX MBean服务器的接口。 -
-
Uses of TargetedNotification in javax.management.remote
Methods in javax.management.remote that return TargetedNotification 变量和类型 方法 描述 TargetedNotification[]
NotificationResult. getTargetedNotifications()
返回查询产生的通知以及它们对应的侦听器。Constructors in javax.management.remote with parameters of type TargetedNotification 构造器 描述 NotificationResult(long earliestSequenceNumber, long nextSequenceNumber, TargetedNotification[] targetedNotifications)
构造通知查询结果。
-