|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
MBeanNotificationInfo を使用しているパッケージ | |
---|---|
javax.management | Java Management Extensions のコアクラスを提供します。 |
javax.management.modelmbean | ModelMBean クラスの定義を提供します。 |
javax.management.monitor | モニタークラスを定義します。 |
javax.management.openmbean | 公開データ型と Open MBean 記述子クラスを提供します。 |
javax.management.relation | 関係サービスについて定義します。 |
javax.management.remote | JMX MBean サーバにリモートアクセスするためのインタフェースです。 |
javax.management.timer | Timer MBean を定義します。 |
javax.management での MBeanNotificationInfo の使用 |
---|
MBeanNotificationInfo を返す javax.management のメソッド | |
---|---|
MBeanNotificationInfo[] |
NotificationBroadcasterSupport.getNotificationInfo()
|
MBeanNotificationInfo[] |
NotificationBroadcaster.getNotificationInfo()
この MBean が通知を送信するたびに、その通知の Java クラス名と通知型を示す配列を返します。 |
MBeanNotificationInfo[] |
MBeanServerDelegate.getNotificationInfo()
|
MBeanNotificationInfo[] |
MBeanInfo.getNotifications()
MBean によって発行された通知のリストを返します。 |
MBeanNotificationInfo 型のパラメータを持つ javax.management のコンストラクタ | |
---|---|
MBeanInfo(String className,
String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications)
MBeanInfo を構築します。 |
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[] |
StringMonitor.getNotificationInfo()
通知の Java クラス名と、文字列モニターによって送信される通知型を含む NotificationInfo オブジェクトを返します。 |
MBeanNotificationInfo[] |
GaugeMonitor.getNotificationInfo()
通知の Java クラス名と、ゲージモニターによって送信される通知型を含む NotificationInfo オブジェクトを返します。 |
MBeanNotificationInfo[] |
CounterMonitor.getNotificationInfo()
通知の Java クラス名と、カウンタモニターによって送信される通知型を含む NotificationInfo オブジェクトを返します。 |
javax.management.openmbean での MBeanNotificationInfo の使用 |
---|
MBeanNotificationInfo を返す javax.management.openmbean のメソッド | |
---|---|
MBeanNotificationInfo[] |
OpenMBeanInfo.getNotifications()
この OpenMBeanInfo インスタンスによって記述された公開 MBean が発行した各通知を記述する MBeanNotificationInfo インスタンスの配列を返します。 |
MBeanNotificationInfo 型のパラメータを持つ javax.management.openmbean のコンストラクタ | |
---|---|
OpenMBeanInfoSupport(String className,
String description,
OpenMBeanAttributeInfo[] openAttributes,
OpenMBeanConstructorInfo[] openConstructors,
OpenMBeanOperationInfo[] openOperations,
MBeanNotificationInfo[] notifications)
指定された className、description、openAttributes、openConstructors、openOperations、および notifications を持つ公開 MBean のクラスを記述する、OpenMBeanInfoSupport インスタンスを構築します。 |
javax.management.relation での MBeanNotificationInfo の使用 |
---|
MBeanNotificationInfo を返す javax.management.relation のメソッド | |
---|---|
MBeanNotificationInfo[] |
RelationService.getNotificationInfo()
通知の Java クラス名と、送信される通知型を含む NotificationInfo オブジェクトを返します。 |
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. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。