パッケージ | 説明 |
---|---|
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 |
NotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
このMBeanにリスナーを追加します。
|
void |
MBeanServerDelegate.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
リスナーを追加します。
|
void |
StandardEmitterMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
MBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
登録済みMBeanにリスナーを追加します。
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
登録済みMBeanにリスナーを追加します。
|
void |
MBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
登録済みMBeanにリスナーを追加します。
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
登録済みMBeanにリスナーを追加します。
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
このMBeanからリスナーを削除します。
|
void |
MBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
登録済みMBeanからリスナーを削除します。
|
void |
MBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
登録済みMBeanからリスナーを削除します。
|
修飾子と型 | メソッドと説明 |
---|---|
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, 2014, Oracle and/or its affiliates. All rights reserved.