Uses of Class
javax.management.ListenerNotFoundException
-
Packages that use ListenerNotFoundException 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.remote 用于远程访问JMX MBean服务器的接口。javax.management.remote.rmi RMI连接器是JMX Remote API的连接器,它使用RMI将客户端请求传输到远程MBean服务器。 -
-
Uses of ListenerNotFoundException in javax.management
-
Uses of ListenerNotFoundException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw ListenerNotFoundException Modifier and Type 方法 描述 voidModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)从RequiredModelMBean中删除attributeChangeNotifications的侦听器。voidRequiredModelMBean. removeAttributeChangeNotificationListener(NotificationListener inlistener, String inAttributeName)voidRequiredModelMBean. removeNotificationListener(NotificationListener listener)从RequiredModelMBean中删除通知的侦听器。voidRequiredModelMBean. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) -
Uses of ListenerNotFoundException in javax.management.remote
Methods in javax.management.remote that throw ListenerNotFoundException Modifier and Type 方法 描述 voidJMXConnector. removeConnectionNotificationListener(NotificationListener listener)从列表中删除一个监听器以通知状态更改。voidJMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)从列表中删除一个监听器以通知状态更改。 -
Uses of ListenerNotFoundException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw ListenerNotFoundException Modifier and Type 方法 描述 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)
-