JavaTM Platform
Standard Ed. 6

インタフェース
javax.management.NotificationEmitter の使用

NotificationEmitter を使用しているパッケージ
javax.management Java Management Extensions のコアクラスを提供します。 
javax.management.modelmbean ModelMBean クラスの定義を提供します。 
javax.management.monitor モニタークラスを定義します。 
javax.management.relation 関係サービスについて定義します。 
javax.management.remote JMX MBean サーバーにリモートアクセスするためのインタフェースです。 
javax.management.remote.rmi RMI コネクタは、RMI を使ってクライアント要求をリモート MBean サーバーへ転送する、JMX リモート API用のコネクタです。 
javax.management.timer Timer MBean を定義します。 
 

javax.management での NotificationEmitter の使用
 

NotificationEmitter を実装している javax.management のクラス
 class MBeanServerDelegate
          管理の視点で MBean サーバーを表現します。
 class NotificationBroadcasterSupport
          NotificationEmitter インタフェースの実装を提供します。
 class StandardEmitterMBean
          Java インタフェースのリフレクションによって管理インタフェースを決定し、通知を発行する MBean です。
 

NotificationEmitter 型のパラメータを持つ javax.management のコンストラクタ
StandardEmitterMBean(Class<?> mbeanInterface, boolean isMXBean, NotificationEmitter emitter)
          mbeanInterface により管理インタフェースが指定される MBean を作成します。
StandardEmitterMBean(Class<?> mbeanInterface, NotificationEmitter emitter)
          mbeanInterface により管理インタフェースが指定される MBean を作成します。
StandardEmitterMBean(T implementation, Class<T> mbeanInterface, boolean isMXBean, NotificationEmitter emitter)
          指定した実装を使用し、mbeanInterface により管理インタフェースが指定される MBean を作成します。
StandardEmitterMBean(T implementation, Class<T> mbeanInterface, NotificationEmitter emitter)
          指定した実装を使用し、mbeanInterface により管理インタフェースが指定される MBean を作成します。
 

javax.management.modelmbean での NotificationEmitter の使用
 

NotificationEmitter を実装している javax.management.modelmbean のクラス
 class RequiredModelMBean
          このクラスは、ModelMBean の実装です。
 

javax.management.monitor での NotificationEmitter の使用
 

NotificationEmitter を実装している javax.management.monitor のクラス
 class CounterMonitor
          カウンタ属性の値を監視するように設計されたモニター MBean を定義します。
 class GaugeMonitor
          ゲージ属性の値を監視するように設計されたモニター MBean を定義します。
 class Monitor
          すべてのモニター MBean に共通な部分を定義します。
 class StringMonitor
          文字列属性の値を監視するように設計されたモニター MBean を定義します。
 

javax.management.relation での NotificationEmitter の使用
 

NotificationEmitter を実装している javax.management.relation のクラス
 class RelationService
          関係サービスには、関係型と関係の作成および削除、整合性の処理、ならびにクエリー機構の提供の機能があります。
 

javax.management.remote での NotificationEmitter の使用
 

NotificationEmitter を実装している javax.management.remote のクラス
 class JMXConnectorServer
          すべてのコネクタサーバーのスーパークラスです。
 

javax.management.remote.rmi での NotificationEmitter の使用
 

NotificationEmitter を実装している javax.management.remote.rmi のクラス
 class RMIConnectorServer
          リモートクライアントからの RMI ベースの接続を作成する JMX API コネクタサーバーです。
 

javax.management.timer での NotificationEmitter の使用
 

NotificationEmitter を実装している javax.management.timer のクラス
 class Timer
          タイマー MBean の実装を提供します。
 


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 も参照してください。