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