JavaTM Platform
Standard Ed. 6

クラス
javax.management.MBeanNotificationInfo の使用

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[] StandardEmitterMBean.getNotificationInfo()
           
 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 を構築します。
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
          MBeanInfo を構築します。
NotificationBroadcasterSupport(Executor executor, MBeanNotificationInfo... info)
          送信可能な通知に関する情報を使って、NotificationBroadcasterSupport を構築します。
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[] 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)
          指定した classNamedescriptionopenAttributesopenConstructorsopenOperations、および notifications を使って公開 MBean のクラスのコンストラクタを記述する OpenMBeanInfoSupport インスタンスを構築します。
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
          指定した classNamedescriptionopenAttributesopenConstructorsopenOperationsnotifications、および descriptor を使って公開 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 Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。