インタフェース
javax.management.NotificationBroadcasterの使用
-
NotificationBroadcasterを使用するパッケージ パッケージ 説明 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でのNotificationBroadcasterの使用
javax.managementでのNotificationBroadcasterのサブインタフェース 修飾子と型 インタフェース 説明 interface
NotificationEmitter
Notificationを発行するMBeanが実装するインタフェース。NotificationBroadcasterを実装しているjavax.managementのクラス 修飾子と型 クラス 説明 class
MBeanServerDelegate
管理の視点でMBeanサーバーを表現します。class
NotificationBroadcasterSupport
NotificationEmitter
インタフェースの実装を提供します。class
StandardEmitterMBean
管理インタフェースがJavaインタフェースのリフレクションによって決定され、通知を発行するMBeanです。 -
javax.management.modelmbeanでのNotificationBroadcasterの使用
javax.management.modelmbeanでのNotificationBroadcasterのサブインタフェース 修飾子と型 インタフェース 説明 interface
ModelMBean
このインタフェースはModelMBeanによって実装される必要があります。interface
ModelMBeanNotificationBroadcaster
このインタフェースはModelMBeanによって実装される必要があります。NotificationBroadcasterを実装しているjavax.management.modelmbeanのクラス 修飾子と型 クラス 説明 class
RequiredModelMBean
このクラスは、ModelMBeanの実装です。 -
javax.management.monitorでのNotificationBroadcasterの使用
NotificationBroadcasterを実装しているjavax.management.monitorのクラス 修飾子と型 クラス 説明 class
CounterMonitor
カウンタ属性の値を監視するように設計されたモニターMBeanを定義します。class
GaugeMonitor
ゲージ属性の値を監視するように設計されたモニターMBeanを定義します。class
Monitor
すべてのモニターMBeanに共通な部分を定義します。class
StringMonitor
文字列属性の値を監視するように設計されたモニターMBeanを定義します。 -
javax.management.relationでのNotificationBroadcasterの使用
NotificationBroadcasterを実装しているjavax.management.relationのクラス 修飾子と型 クラス 説明 class
RelationService
関係サービスは、関係タイプと関係を作成および削除し、整合性を処理し、およびクエリー・メカニズムを提供します。 -
javax.management.remoteでのNotificationBroadcasterの使用
NotificationBroadcasterを実装しているjavax.management.remoteのクラス 修飾子と型 クラス 説明 class
JMXConnectorServer
すべてのコネクタ・サーバーのスーパー・クラスです。 -
javax.management.remote.rmiでのNotificationBroadcasterの使用
NotificationBroadcasterを実装しているjavax.management.remote.rmiのクラス 修飾子と型 クラス 説明 class
RMIConnectorServer
リモート・クライアントからのRMIベースの接続を作成するJMX APIコネクタ・サーバーです。 -
javax.management.timerでのNotificationBroadcasterの使用
NotificationBroadcasterを実装しているjavax.management.timerのクラス 修飾子と型 クラス 説明 class
Timer
タイマーMBeanの実装を提供します。
-