パッケージ | 説明 |
---|---|
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用のコネクタです。
|
修飾子と型 | メソッドと説明 |
---|---|
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にリスナーを追加します。
|
protected void |
NotificationBroadcasterSupport.handleNotification(NotificationListener listener, Notification notif, Object handback)
このメソッドは、リスナーに通知を送信するため、
sendNotification によって呼び出されます。 |
void |
NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
このMBeanからリスナーを削除します。
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener) |
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener) |
void |
StandardEmitterMBean.removeNotificationListener(NotificationListener listener) |
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) |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener)
登録済み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 |
RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName, Object inhandback) |
void |
ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback)
NotificationListenerインタフェースを実装するオブジェクトをリスナーとして登録します。
|
void |
RequiredModelMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
NotificationListenerインタフェースを実装するオブジェクトをリスナーとして登録します。
|
void |
RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName) |
void |
ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
RequiredModelMBeanからattributeChangeNotificationのリスナーを削除します。
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener)
RequiredModelMBeanからNotificationのリスナーを削除します。
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
修飾子と型 | クラスと説明 |
---|---|
class |
RelationService
関係サービスは、関係型と関係を作成および削除し、整合性を処理し、およびクエリー・メカニズムを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
JMXConnector.addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
接続状態の変化を通知されるリスナーを追加します。
|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener listener)
状態の変更を通知されるリスナーをリストから削除します。
|
void |
JMXConnector.removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
状態の変更を通知されるリスナーをリストから削除します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
RMIConnector.addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener listener) |
void |
RMIConnector.removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.