类的用途
javax.management.MBeanNotificationInfo
使用 MBeanNotificationInfo 的包
包
描述
为 Java 管理扩展提供核心类。
提供 ModelMBean 类的定义。
提供监视器类的定义。
提供开放数据类型和 Open MBean 描述符类。
提供关系服务的定义。
用于远程访问 JMX MBean 服务的接口。
-
MBeanNotificationInfo 在 javax.management 中的用法
修饰符和类型方法描述MBeanServerDelegate.getNotificationInfo()NotificationBroadcaster.getNotificationInfo()返回一个数组,指示对于此 MBean 可能发送的每个通知,通知的 Java 类的名称和通知类型。NotificationBroadcasterSupport.getNotificationInfo()StandardEmitterMBean.getNotificationInfo()MBeanInfo.getNotifications()返回 MBean 发出的通知列表。javax.management 中的构造函数,参数类型为 MBeanNotificationInfo修饰符构造方法描述MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) 构造一个MBeanInfo。MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) 构造一个MBeanInfo。NotificationBroadcasterSupport(Executor executor, MBeanNotificationInfo... info) 构造一个 NotificationBroadcasterSupport,其中包含有关可能发送的通知的信息,以及使用给定的Executor调用每个监听器的位置。使用有关可能发送的通知的信息构造 NotificationBroadcasterSupport。 -
MBeanNotificationInfo 在 javax.management.modelmbean 中的用法
修饰符和类型方法描述RequiredModelMBean.getNotificationInfo()返回始终由 RequiredModelMBean 生成的通知数组。ModelMBeanInfo.getNotifications()返回 MBean 发出的通知列表。 -
MBeanNotificationInfo 在 javax.management.monitor 中的用法
修饰符和类型方法描述CounterMonitor.getNotificationInfo()返回一个NotificationInfo对象,其中包含通知的 Java 类名称和计数器监视器发送的通知类型。GaugeMonitor.getNotificationInfo()返回一个NotificationInfo对象,其中包含通知的 Java 类名称和仪表监视器发送的通知类型。StringMonitor.getNotificationInfo()返回一个NotificationInfo对象,其中包含通知的 Java 类名称和字符串监视器发送的通知类型。 -
MBeanNotificationInfo 在 javax.management.openmbean 中的用法
修饰符和类型方法描述OpenMBeanInfo.getNotifications()返回一个MBeanNotificationInfo实例数组,描述此OpenMBeanInfo实例描述的开放 MBean 发出的每个通知。javax.management.openmbean 中的构造函数,参数类型为 MBeanNotificationInfo修饰符构造方法描述OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications) 构造一个OpenMBeanInfoSupport实例,它描述了一类具有指定className、description、openAttributes、openConstructors、openOperations和notifications的开放式 MBean。OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor) 构造一个OpenMBeanInfoSupport实例,它描述了一类具有指定className、description、openAttributes、openConstructors、openOperations、notifications和descriptor的开放式 MBean。 -
MBeanNotificationInfo 在 javax.management.relation 中的用法
修饰符和类型方法描述RelationService.getNotificationInfo()返回一个 NotificationInfo 对象,其中包含通知的 Java 类名称和发送的通知类型。 -
MBeanNotificationInfo 在 javax.management.remote 中的用法