Uses of Class
javax.management.MBeanNotificationInfo
-
Packages that use MBeanNotificationInfo 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.monitor 提供监视器类的定义。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。javax.management.relation 提供关系服务的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.timer 提供定时器MBean的定义。 -
-
Uses of MBeanNotificationInfo in javax.management
Methods in javax.management that return MBeanNotificationInfo Modifier and Type 方法 描述 MBeanNotificationInfo[]
MBeanServerDelegate. getNotificationInfo()
MBeanNotificationInfo[]
NotificationBroadcaster. getNotificationInfo()
返回一个数组,指示MBean可能发送的每个通知,通知的Java类的名称和通知类型。MBeanNotificationInfo[]
NotificationBroadcasterSupport. getNotificationInfo()
MBeanNotificationInfo[]
StandardEmitterMBean. getNotificationInfo()
MBeanNotificationInfo[]
MBeanInfo. getNotifications()
返回MBean发出的通知列表。Constructors in javax.management with parameters of type MBeanNotificationInfo Constructor 描述 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 Modifier and Type Class 描述 class
ModelMBeanNotificationInfo
ModelMBeanNotificationInfo对象描述了由ModelMBean发出的通知。Methods in javax.management.modelmbean that return MBeanNotificationInfo Modifier and Type 方法 描述 MBeanNotificationInfo[]
RequiredModelMBean. getNotificationInfo()
返回始终由RequiredModelMBean生成的通知数组。MBeanNotificationInfo[]
ModelMBeanInfo. getNotifications()
返回MBean发出的通知列表。 -
Uses of MBeanNotificationInfo in javax.management.monitor
Methods in javax.management.monitor that return MBeanNotificationInfo Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 MBeanNotificationInfo[]
OpenMBeanInfo. getNotifications()
返回一个MBeanNotificationInfo
实例的数组,描述由该OpenMBeanInfo
实例描述的开放MBean发出的每个通知。Constructors in javax.management.openmbean with parameters of type MBeanNotificationInfo Constructor 描述 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 Modifier and Type 方法 描述 MBeanNotificationInfo[]
RelationService. getNotificationInfo()
返回一个NotificationInfo对象,该对象包含通知的Java类的名称以及发送的通知类型。 -
Uses of MBeanNotificationInfo in javax.management.remote
Methods in javax.management.remote that return MBeanNotificationInfo Modifier and Type 方法 描述 MBeanNotificationInfo[]
JMXConnectorServer. getNotificationInfo()
返回一个数组,指示此MBean发送的通知。 -
Uses of MBeanNotificationInfo in javax.management.timer
Methods in javax.management.timer that return MBeanNotificationInfo Modifier and Type 方法 描述 MBeanNotificationInfo[]
Timer. getNotificationInfo()
-