クラス
javax.management.ListenerNotFoundExceptionの使用
-
ListenerNotFoundExceptionを使用するパッケージ パッケージ 説明 javax.management Java Management Extensionsのコア・クラスを提供します。javax.management.modelmbean ModelMBeanクラスの定義を提供します。javax.management.remote JMX MBeanサーバーにリモート・アクセスするためのインタフェースです。javax.management.remote.rmi RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。 -
-
javax.managementでのListenerNotFoundExceptionの使用
ListenerNotFoundExceptionをスローするjavax.managementのメソッド 修飾子と型 メソッド 説明 voidMBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener)登録済みMBeanからリスナーを削除します。voidMBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)登録済みMBeanからリスナーを削除します。voidMBeanServerConnection. removeNotificationListener(ObjectName name, ObjectName listener)登録済みMBeanからリスナーを削除します。voidMBeanServerConnection. removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)登録済みMBeanからリスナーを削除します。voidNotificationBroadcaster. removeNotificationListener(NotificationListener listener)このMBeanからリスナーを削除します。voidNotificationEmitter. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)このMBeanからリスナーを削除します。 -
javax.management.modelmbeanでのListenerNotFoundExceptionの使用
ListenerNotFoundExceptionをスローするjavax.management.modelmbeanのメソッド 修飾子と型 メソッド 説明 voidModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)RequiredModelMBeanからattributeChangeNotificationのリスナーを削除します。voidRequiredModelMBean. removeNotificationListener(NotificationListener listener)RequiredModelMBeanからNotificationのリスナーを削除します。 -
javax.management.remoteでのListenerNotFoundExceptionの使用
ListenerNotFoundExceptionをスローするjavax.management.remoteのメソッド 修飾子と型 メソッド 説明 voidJMXConnector. removeConnectionNotificationListener(NotificationListener listener)状態の変更を通知されるリスナーをリストから削除します。voidJMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)状態の変更を通知されるリスナーをリストから削除します。 -
javax.management.remote.rmiでのListenerNotFoundExceptionの使用
ListenerNotFoundExceptionをスローするjavax.management.remote.rmiのメソッド 修飾子と型 メソッド 説明 voidRMIConnection. removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)voidRMIConnection. removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject)voidRMIConnection. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
-