软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.monitor |
提供监视器类的定义。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
javax.management.relation |
提供关系服务的定义。
|
javax.management.remote |
用于远程访问JMX MBean服务器接口。
|
javax.management.timer |
提供的定时器MBean的定义。
|
Modifier and Type | Method and Description |
---|---|
MBeanNotificationInfo[] |
NotificationBroadcaster.getNotificationInfo()
返回一个数组表示,每个通知MBean可能发送的通知和通知类型的java类的名称。
|
MBeanNotificationInfo[] |
MBeanServerDelegate.getNotificationInfo() |
MBeanNotificationInfo[] |
NotificationBroadcasterSupport.getNotificationInfo() |
MBeanNotificationInfo[] |
StandardEmitterMBean.getNotificationInfo() |
MBeanNotificationInfo[] |
MBeanInfo.getNotifications()
返回由MBean发出的通知列表。
|
Constructor and Description |
---|
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... info)
构建了一个关于可能发送的通知信息notificationbroadcastersupport。
|
Modifier and Type | Class and Description |
---|---|
class |
ModelMBeanNotificationInfo
的modelmbeannotificationinfo对象描述了一个由ModelMBean发出通知。
|
Modifier and Type | Method and Description |
---|---|
MBeanNotificationInfo[] |
RequiredModelMBean.getNotificationInfo()
返回数组的通知总是个生成。
|
MBeanNotificationInfo[] |
ModelMBeanInfo.getNotifications()
返回由MBean发出的通知列表。
|
Modifier and Type | Method and Description |
---|---|
MBeanNotificationInfo[] |
StringMonitor.getNotificationInfo()
返回一个包含
NotificationInfo 对象的通知和字符串监视器发送的通知类型的java类的名称。
|
MBeanNotificationInfo[] |
CounterMonitor.getNotificationInfo()
返回一个包含
NotificationInfo 对象的通知和反监视发送的通知类型的java类的名称。
|
MBeanNotificationInfo[] |
GaugeMonitor.getNotificationInfo()
返回一个包含
NotificationInfo 对象的通知和仪表监控发送的通知类型的java类的名称。
|
Modifier and Type | Method and Description |
---|---|
MBeanNotificationInfo[] |
OpenMBeanInfo.getNotifications()
返回
MBeanNotificationInfo实例描述每个通知通过
OpenMBeanInfo实例描述了开放MBean发射阵列。
|
Constructor and Description |
---|
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)
构建了一个
OpenMBeanInfoSupport 实例,描述了一类开放MBean与指定的
className ,
description ,
openAttributes ,
openConstructors ,
openOperations 和
notifications 。
|
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
构建了一个
OpenMBeanInfoSupport 实例,描述了一类开放MBean与指定的
className ,
description ,
openAttributes ,
openConstructors ,
openOperations ,
notifications ,和
descriptor 。
|
Modifier and Type | Method and Description |
---|---|
MBeanNotificationInfo[] |
RelationService.getNotificationInfo()
返回一个包含该通知和通知类型的java类的名称notificationinfo对象发送。
|
Modifier and Type | Method and Description |
---|---|
MBeanNotificationInfo[] |
JMXConnectorServer.getNotificationInfo()
返回一个数组,表明这个MBean发送通知。
|
Modifier and Type | Method and Description |
---|---|
MBeanNotificationInfo[] |
Timer.getNotificationInfo() |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.