クラス
 javax.management.NotificationBroadcasterSupportの使用
| パッケージ | 説明 | 
|---|---|
| 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.monitorでのNotificationBroadcasterSupportの使用javax.management.monitorでのNotificationBroadcasterSupportのサブクラス 修飾子と型 クラス 説明 classCounterMonitorカウンタ属性の値を監視するように設計されたモニターMBeanを定義します。classGaugeMonitorゲージ属性の値を監視するように設計されたモニターMBeanを定義します。classMonitorすべてのモニターMBeanに共通な部分を定義します。classStringMonitor文字列属性の値を監視するように設計されたモニターMBeanを定義します。
- 
javax.management.relationでのNotificationBroadcasterSupportの使用javax.management.relationでのNotificationBroadcasterSupportのサブクラス 修飾子と型 クラス 説明 classRelationService関係サービスは、関係タイプと関係を作成および削除し、整合性を処理し、およびクエリー・メカニズムを提供します。
- 
javax.management.remoteでのNotificationBroadcasterSupportの使用javax.management.remoteでのNotificationBroadcasterSupportのサブクラス 修飾子と型 クラス 説明 classJMXConnectorServerすべてのコネクタ・サーバーのスーパー・クラスです。
- 
javax.management.remote.rmiでのNotificationBroadcasterSupportの使用javax.management.remote.rmiでのNotificationBroadcasterSupportのサブクラス 修飾子と型 クラス 説明 classRMIConnectorServerリモート・クライアントからのRMIベースの接続を作成するJMX APIコネクタ・サーバーです。
- 
javax.management.timerでのNotificationBroadcasterSupportの使用javax.management.timerでのNotificationBroadcasterSupportのサブクラス 修飾子と型 クラス 説明 classTimerタイマーMBeanの実装を提供します。