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