| パッケージ | 説明 | 
|---|---|
| javax.management | 
 Java Management Extensions のコアクラスを提供します。 
 | 
| javax.management.modelmbean | 
 ModelMBean クラスの定義を提供します。 
 | 
| javax.management.relation | 
 関係サービスの定義を提供します。 
 | 
| javax.management.remote | 
 JMX MBean サーバーにリモートアクセスするためのインタフェースです。 
 | 
| javax.management.remote.rmi | 
 RMI コネクタは、RMI を使ってクライアント要求をリモート MBean サーバーへ転送する、JMX リモート API用のコネクタです。 
 | 
| 修飾子と型 | クラスと説明 | 
|---|---|
class  | 
AttributeChangeNotificationFilter
このクラスは、 
attribute change notification の NotificationFilter インタフェースを実装します。 | 
class  | 
NotificationFilterSupport
NotificationFilter インタフェースの実装を提供します。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
void | 
MBeanServerDelegate.addNotificationListener(NotificationListener listener,                        NotificationFilter filter,                        Object handback)  | 
void | 
StandardEmitterMBean.addNotificationListener(NotificationListener listener,                        NotificationFilter filter,                        Object handback)  | 
void | 
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,                        NotificationFilter filter,                        Object handback)
リスナーを追加します。 
 | 
void | 
NotificationBroadcaster.addNotificationListener(NotificationListener listener,                        NotificationFilter filter,                        Object handback)
この MBean にリスナーを追加します。 
 | 
void | 
MBeanServerConnection.addNotificationListener(ObjectName name,                        NotificationListener listener,                        NotificationFilter filter,                        Object handback)
登録済み MBean にリスナーを追加します。 
 | 
void | 
MBeanServer.addNotificationListener(ObjectName name,                        NotificationListener listener,                        NotificationFilter filter,                        Object handback)
登録済み MBean にリスナーを追加します。 
 | 
void | 
MBeanServerConnection.addNotificationListener(ObjectName name,                        ObjectName listener,                        NotificationFilter filter,                        Object handback)
登録済み MBean にリスナーを追加します。 
 | 
void | 
MBeanServer.addNotificationListener(ObjectName name,                        ObjectName listener,                        NotificationFilter filter,                        Object handback)
登録済み MBean にリスナーを追加します。 
 | 
void | 
NotificationEmitter.removeNotificationListener(NotificationListener listener,                           NotificationFilter filter,                           Object handback)
この MBean からリスナーを削除します。 
 | 
void | 
MBeanServerDelegate.removeNotificationListener(NotificationListener listener,                           NotificationFilter filter,                           Object handback)  | 
void | 
StandardEmitterMBean.removeNotificationListener(NotificationListener listener,                           NotificationFilter filter,                           Object handback)  | 
void | 
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,                           NotificationFilter filter,                           Object handback)  | 
void | 
MBeanServerConnection.removeNotificationListener(ObjectName name,                           NotificationListener listener,                           NotificationFilter filter,                           Object handback)
登録済み MBean からリスナーを削除します。 
 | 
void | 
MBeanServer.removeNotificationListener(ObjectName name,                           NotificationListener listener,                           NotificationFilter filter,                           Object handback)  | 
void | 
MBeanServerConnection.removeNotificationListener(ObjectName name,                           ObjectName listener,                           NotificationFilter filter,                           Object handback)
登録済み MBean からリスナーを削除します。 
 | 
void | 
MBeanServer.removeNotificationListener(ObjectName name,                           ObjectName listener,                           NotificationFilter filter,                           Object handback)  | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
void | 
RequiredModelMBean.addNotificationListener(NotificationListener listener,                        NotificationFilter filter,                        Object handback)
NotificationListener インタフェースを実装するオブジェクトをリスナーとして登録します。 
 | 
void | 
RequiredModelMBean.removeNotificationListener(NotificationListener listener,                           NotificationFilter filter,                           Object handback)  | 
| 修飾子と型 | クラスと説明 | 
|---|---|
class  | 
MBeanServerNotificationFilter
MBeanServerNotification のフィルタです。 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
void | 
JMXConnector.addConnectionNotificationListener(NotificationListener listener,                                  NotificationFilter filter,                                  Object handback)
接続状態の変化を通知されるリスナーを追加します。 
 | 
void | 
JMXConnector.removeConnectionNotificationListener(NotificationListener l,                                     NotificationFilter f,                                     Object handback)
状態の変更を通知されるリスナーをリストから削除します。 
 | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
void | 
RMIConnector.addConnectionNotificationListener(NotificationListener listener,                                  NotificationFilter filter,                                  Object handback)  | 
void | 
RMIConnector.removeConnectionNotificationListener(NotificationListener listener,                                     NotificationFilter filter,                                     Object handback)  | 
 バグまたは機能を送信 
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.