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