|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 MBeanNotificationInfo 的軟體套件 | |
---|---|
javax.management | 提供 Java Management Extensions 的核心類別。 |
javax.management.modelmbean | 提供了 ModelMBean 類別的定義。 |
javax.management.monitor | 提供 monitor 類別的定義。 |
javax.management.openmbean | 提供開放資料型別和 Open MBean 描述符類別。 |
javax.management.relation | 提供 Relation Service 的定義。 |
javax.management.remote | 對 JMX MBean 伺服器進行遠端存取使用的介面。 |
javax.management.timer | 提供對 Timer MBean(計時器 MBean)的定義。 |
javax.management 中 MBeanNotificationInfo 的使用 |
---|
返回 MBeanNotificationInfo 的 javax.management 中的方法 | |
---|---|
MBeanNotificationInfo[] |
MBeanServerDelegate.getNotificationInfo()
|
MBeanNotificationInfo[] |
NotificationBroadcaster.getNotificationInfo()
返回一個陣列,指示此 MBean 可能發送的每個通知的 Java 類別名和通知型別。 |
MBeanNotificationInfo[] |
NotificationBroadcasterSupport.getNotificationInfo()
|
MBeanNotificationInfo[] |
StandardEmitterMBean.getNotificationInfo()
|
MBeanNotificationInfo[] |
MBeanInfo.getNotifications()
返回 MBean 所發出的通知列表。 |
參數型別為 MBeanNotificationInfo 的 javax.management 中的建構子 | |
---|---|
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。 |
javax.management.modelmbean 中 MBeanNotificationInfo 的使用 |
---|
javax.management.modelmbean 中 MBeanNotificationInfo 的子類別 | |
---|---|
class |
ModelMBeanNotificationInfo
ModelMBeanNotificationInfo 物件描述了由 ModelMBean 發出的通知。 |
返回 MBeanNotificationInfo 的 javax.management.modelmbean 中的方法 | |
---|---|
MBeanNotificationInfo[] |
RequiredModelMBean.getNotificationInfo()
返回總是由 RequiredModelMBean 產生的 Notification 陣列。 |
MBeanNotificationInfo[] |
ModelMBeanInfo.getNotifications()
返回 MBean 所發送的通知列表。 |
javax.management.monitor 中 MBeanNotificationInfo 的使用 |
---|
返回 MBeanNotificationInfo 的 javax.management.monitor 中的方法 | |
---|---|
MBeanNotificationInfo[] |
CounterMonitor.getNotificationInfo()
返回一個 NotificationInfo 物件,它包含通知的 Java 類別的名稱和由計數器監視器發送的通知型別。 |
MBeanNotificationInfo[] |
GaugeMonitor.getNotificationInfo()
返回一個 NotificationInfo 物件,它包含通知的 Java 類別的名稱和由尺度監視器發送的通知型別。 |
MBeanNotificationInfo[] |
StringMonitor.getNotificationInfo()
返回一個 NotificationInfo 物件,它包含通知的 Java 類別的名稱和由字元串監視器發送的通知型別。 |
javax.management.openmbean 中 MBeanNotificationInfo 的使用 |
---|
返回 MBeanNotificationInfo 的 javax.management.openmbean 中的方法 | |
---|---|
MBeanNotificationInfo[] |
OpenMBeanInfo.getNotifications()
返回 MBeanNotificationInfo 實例的陣列,這些實例描述此 OpenMBeanInfo 實例描述的 open MBean 所發出的每個通知。 |
參數型別為 MBeanNotificationInfo 的 javax.management.openmbean 中的建構子 | |
---|---|
OpenMBeanInfoSupport(String className,
String description,
OpenMBeanAttributeInfo[] openAttributes,
OpenMBeanConstructorInfo[] openConstructors,
OpenMBeanOperationInfo[] openOperations,
MBeanNotificationInfo[] notifications)
建構一個 OpenMBeanInfoSupport 實例,它使用指定的 className 、description 、openAttributes 、openConstructors 、openOperations 和 notifications 描述 open MBeans 的類別。 |
|
OpenMBeanInfoSupport(String className,
String description,
OpenMBeanAttributeInfo[] openAttributes,
OpenMBeanConstructorInfo[] openConstructors,
OpenMBeanOperationInfo[] openOperations,
MBeanNotificationInfo[] notifications,
Descriptor descriptor)
建構一個 OpenMBeanInfoSupport 實例,它使用指定的 className 、description 、openAttributes 、openConstructors 、openOperations 、notifications 和 descriptor 描述 open MBeans 的類別 |
javax.management.relation 中 MBeanNotificationInfo 的使用 |
---|
返回 MBeanNotificationInfo 的 javax.management.relation 中的方法 | |
---|---|
MBeanNotificationInfo[] |
RelationService.getNotificationInfo()
返回一個 NotificationInfo 物件,它包含通知的 Java 類別的名稱和發送的通知型別。 |
javax.management.remote 中 MBeanNotificationInfo 的使用 |
---|
返回 MBeanNotificationInfo 的 javax.management.remote 中的方法 | |
---|---|
MBeanNotificationInfo[] |
JMXConnectorServer.getNotificationInfo()
返回一個指示由該 MBean 發送的通知的陣列。 |
javax.management.timer 中 MBeanNotificationInfo 的使用 |
---|
返回 MBeanNotificationInfo 的 javax.management.timer 中的方法 | |
---|---|
MBeanNotificationInfo[] |
Timer.getNotificationInfo()
|
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。