Uses of Class
javax.management.NotificationBroadcasterSupport
-
Packages that use NotificationBroadcasterSupport 软件包 描述 javax.management.monitor 提供监视器类的定义。javax.management.relation 提供Relation Service的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。javax.management.timer 提供Timer MBean的定义。 -
-
Uses of NotificationBroadcasterSupport in javax.management.monitor
Subclasses of NotificationBroadcasterSupport in javax.management.monitor 变量和类型 类 描述 class
CounterMonitor
定义用于观察计数器属性值的监视器MBean。class
GaugeMonitor
定义用于观察gauge属性值的监视器MBean。class
Monitor
定义所有监视器MBean共有的部分。class
StringMonitor
定义用于观察字符串属性值的监视器MBean。 -
Uses of NotificationBroadcasterSupport in javax.management.relation
Subclasses of NotificationBroadcasterSupport in javax.management.relation 变量和类型 类 描述 class
RelationService
Relation Service负责创建和删除关系类型和关系,处理一致性和提供查询机制。 -
Uses of NotificationBroadcasterSupport in javax.management.remote
Subclasses of NotificationBroadcasterSupport in javax.management.remote 变量和类型 类 描述 class
JMXConnectorServer
每个连接器服务器的超类。 -
Uses of NotificationBroadcasterSupport in javax.management.remote.rmi
Subclasses of NotificationBroadcasterSupport in javax.management.remote.rmi 变量和类型 类 描述 class
RMIConnectorServer
JMX API连接器服务器,用于从远程客户端创建基于RMI的连接。 -
Uses of NotificationBroadcasterSupport in javax.management.timer
Subclasses of NotificationBroadcasterSupport in javax.management.timer 变量和类型 类 描述 class
Timer
Provides the implementation of the timer MBean.
-