Uses of Interface
javax.management.NotificationEmitter
-
Packages that use NotificationEmitter 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.monitor 提供监视器类的定义。javax.management.relation 提供关系服务的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。javax.management.timer 提供定时器MBean的定义。 -
-
Uses of NotificationEmitter in javax.management
Classes in javax.management that implement NotificationEmitter Modifier and Type Class 描述 class
MBeanServerDelegate
从管理的角度来看MBean服务器。class
NotificationBroadcasterSupport
提供NotificationEmitter
接口的实现。class
StandardEmitterMBean
一个MBean,其管理接口由Java接口上的反射决定,并发出通知。Constructors in javax.management with parameters of type NotificationEmitter Constructor 描述 StandardEmitterMBean(Class<?> mbeanInterface, boolean isMXBean, NotificationEmitter emitter)
制作一个MBean,其管理界面由mbeanInterface
指定,通知由给定的NotificationEmitter
处理。StandardEmitterMBean(Class<?> mbeanInterface, NotificationEmitter emitter)
制作一个MBean,其管理界面由mbeanInterface
指定,通知由给定的NotificationEmitter
处理。StandardEmitterMBean(T implementation, Class<T> mbeanInterface, boolean isMXBean, NotificationEmitter emitter)
制作一个MBean,其管理界面由mbeanInterface
指定,给定的实现和通知由给定的NotificationEmitter
处理。StandardEmitterMBean(T implementation, Class<T> mbeanInterface, NotificationEmitter emitter)
制作一个MBean,其管理界面由mbeanInterface
指定,给定的实现和通知由给定的NotificationEmitter
处理。 -
Uses of NotificationEmitter in javax.management.modelmbean
Classes in javax.management.modelmbean that implement NotificationEmitter Modifier and Type Class 描述 class
RequiredModelMBean
这个类是一个ModelMBean的实现。 -
Uses of NotificationEmitter in javax.management.monitor
Classes in javax.management.monitor that implement NotificationEmitter Modifier and Type Class 描述 class
CounterMonitor
定义监视器MBean,用于观察计数器属性的值。class
GaugeMonitor
定义一个监视器MBean,用于观察仪表属性的值。class
Monitor
定义所有监视器MBean的通用部分。class
StringMonitor
定义一个监视器MBean,用于观察字符串属性的值。 -
Uses of NotificationEmitter in javax.management.relation
Classes in javax.management.relation that implement NotificationEmitter Modifier and Type Class 描述 class
RelationService
关系服务负责创建和删除关系类型和关系,处理一致性和提供查询机制。 -
Uses of NotificationEmitter in javax.management.remote
Classes in javax.management.remote that implement NotificationEmitter Modifier and Type Class 描述 class
JMXConnectorServer
每个连接器服务器的超类。 -
Uses of NotificationEmitter in javax.management.remote.rmi
Classes in javax.management.remote.rmi that implement NotificationEmitter Modifier and Type Class 描述 class
RMIConnectorServer
从远程客户端创建基于RMI的连接的JMX API连接器服务器。 -
Uses of NotificationEmitter in javax.management.timer
Classes in javax.management.timer that implement NotificationEmitter Modifier and Type Class 描述 class
Timer
提供定时器MBean的实现。
-