インタフェース
javax.management.NotificationFilterの使用
NotificationFilterを使用するパッケージ
パッケージ
説明
Java Management Extensionsのコア・クラスを提供します。
ModelMBeanクラスの定義を提供します。
関係サービスの定義を提供します。
JMX MBeanサーバーにリモート・アクセスするためのインタフェースです。
RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。
-
javax.managementでのNotificationFilterの使用
NotificationFilterを実装するjavax.managementのクラス修飾子と型クラス説明classこのクラスは、attribute change notificationのNotificationFilterインタフェースを実装します。classNotificationFilterインタフェースの実装を提供します。型NotificationFilterのパラメータを持つjavax.managementのメソッド修飾子と型メソッド説明voidMBeanServer.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) 登録済みMBeanにリスナーを追加します。voidMBeanServer.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) 登録済みMBeanにリスナーを追加します。voidMBeanServerConnection.addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) 登録済みMBeanにリスナーを追加します。voidMBeanServerConnection.addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) 登録済みMBeanにリスナーを追加します。voidMBeanServerDelegate.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) voidNotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) このMBeanにリスナーを追加します。voidNotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) リスナーを追加します。voidStandardEmitterMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) voidMBeanServer.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) voidMBeanServer.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) voidMBeanServerConnection.removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) 登録済みMBeanからリスナーを削除します。voidMBeanServerConnection.removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) 登録済みMBeanからリスナーを削除します。voidMBeanServerDelegate.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) voidNotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) voidNotificationEmitter.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) このMBeanからリスナーを削除します。voidStandardEmitterMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) -
javax.management.modelmbeanでのNotificationFilterの使用
型NotificationFilterのパラメータを持つjavax.management.modelmbeanのメソッド修飾子と型メソッド説明voidRequiredModelMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) NotificationListenerインタフェースを実装するオブジェクトをリスナーとして登録します。voidRequiredModelMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) -
javax.management.relationでのNotificationFilterの使用
-
javax.management.remoteでのNotificationFilterの使用
型NotificationFilterのパラメータを持つjavax.management.remoteのメソッド修飾子と型メソッド説明voidJMXConnector.addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) 接続状態の変化を通知されるリスナーを追加します。voidJMXConnector.removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback) 状態の変更を通知されるリスナーをリストから削除します。 -
javax.management.remote.rmiでのNotificationFilterの使用
型NotificationFilterのパラメータを持つjavax.management.remote.rmiのメソッド修飾子と型メソッド説明voidRMIConnector.addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) voidRMIConnector.removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)