Uses of Class
javax.management.MBeanNotificationInfo
-
Packages that use MBeanNotificationInfo 软件包 描述 javax.management 提供Java Management Extensions的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.monitor 提供监视器类的定义。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。javax.management.relation 提供Relation Service的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。 -
-
Uses of MBeanNotificationInfo in javax.management
Methods in javax.management that return MBeanNotificationInfo 变量和类型 方法 描述 MBeanNotificationInfo[]
NotificationBroadcaster. getNotificationInfo()
返回一个数组,指示此MBean可能发送的每个通知,通知的Java类的名称和通知类型。MBeanNotificationInfo[]
MBeanInfo. getNotifications()
返回MBean发出的通知列表。Constructors in javax.management with parameters of type 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(MBeanNotificationInfo... info)
使用有关可能发送的通知的信息构造NotificationBroadcasterSupport。 -
Uses of MBeanNotificationInfo in javax.management.modelmbean
Subclasses of MBeanNotificationInfo in javax.management.modelmbean 变量和类型 类 描述 class
ModelMBeanNotificationInfo
ModelMBeanNotificationInfo对象描述ModelMBean发出的通知。Methods in javax.management.modelmbean that return MBeanNotificationInfo 变量和类型 方法 描述 MBeanNotificationInfo[]
RequiredModelMBean. getNotificationInfo()
返回RequiredModelMBean始终生成的通知数组。MBeanNotificationInfo[]
ModelMBeanInfo. getNotifications()
返回MBean发出的通知列表。 -
Uses of MBeanNotificationInfo in javax.management.monitor
Methods in javax.management.monitor that return MBeanNotificationInfo 变量和类型 方法 描述 MBeanNotificationInfo[]
CounterMonitor. getNotificationInfo()
返回一个NotificationInfo
对象,其中包含通知的Java类的名称和计数器监视器发送的通知类型。MBeanNotificationInfo[]
GaugeMonitor. getNotificationInfo()
返回一个NotificationInfo
对象,其中包含通知的Java类的名称和仪表监视器发送的通知类型。MBeanNotificationInfo[]
StringMonitor. getNotificationInfo()
返回一个NotificationInfo
对象,其中包含通知的Java类的名称和字符串监视器发送的通知类型。 -
Uses of MBeanNotificationInfo in javax.management.openmbean
Methods in javax.management.openmbean that return MBeanNotificationInfo 变量和类型 方法 描述 MBeanNotificationInfo[]
OpenMBeanInfo. getNotifications()
返回一个MBeanNotificationInfo
实例的数组,描述此OpenMBeanInfo
实例描述的open MBean发出的每个通知。Constructors in javax.management.openmbean with parameters of type MBeanNotificationInfo 构造器 描述 OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)
构造一个OpenMBeanInfoSupport
实例,其描述了open MBean类具有指定的className
,description
,openAttributes
,openConstructors
,openOperations
和notifications
。OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
构造一个OpenMBeanInfoSupport
实例,其描述了open MBean类具有指定的className
,description
,openAttributes
,openConstructors
,openOperations
,notifications
,和descriptor
。 -
Uses of MBeanNotificationInfo in javax.management.relation
Methods in javax.management.relation that return MBeanNotificationInfo 变量和类型 方法 描述 MBeanNotificationInfo[]
RelationService. getNotificationInfo()
返回NotificationInfo对象,该对象包含通知的Java类的名称和发送的通知类型。 -
Uses of MBeanNotificationInfo in javax.management.remote
Methods in javax.management.remote that return MBeanNotificationInfo 变量和类型 方法 描述 MBeanNotificationInfo[]
JMXConnectorServer. getNotificationInfo()
返回一个数组,指示此MBean发送的通知。
-