Uses of Class
javax.management.ListenerNotFoundException
-
Packages that use ListenerNotFoundException 软件包 描述 javax.management 提供Java Management Extensions的核心类。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
Methods in javax.management that throw ListenerNotFoundException 变量和类型 方法 描述 void
MBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener)
从已注册的MBean中删除侦听器。void
MBeanServerConnection. removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback)
从已注册的MBean中删除侦听器。void
MBeanServerConnection. removeNotificationListener(ObjectName name, ObjectName listener)
从已注册的MBean中删除侦听器。void
MBeanServerConnection. removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback)
从已注册的MBean中删除侦听器。void
NotificationBroadcaster. removeNotificationListener(NotificationListener listener)
从此MBean中删除侦听器。void
NotificationEmitter. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)
从此MBean中删除侦听器。 -
Uses of ListenerNotFoundException in javax.management.modelmbean
Methods in javax.management.modelmbean that throw ListenerNotFoundException 变量和类型 方法 描述 void
ModelMBeanNotificationBroadcaster. removeAttributeChangeNotificationListener(NotificationListener listener, String attributeName)
从RequiredModelMBean中删除attributeChangeNotifications的侦听器。void
RequiredModelMBean. removeNotificationListener(NotificationListener listener)
从RequiredModelMBean中删除Notifications的侦听器。 -
Uses of ListenerNotFoundException in javax.management.remote
Methods in javax.management.remote that throw ListenerNotFoundException 变量和类型 方法 描述 void
JMXConnector. removeConnectionNotificationListener(NotificationListener listener)
从列表中删除侦听器以通知状态更改。void
JMXConnector. removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback)
从列表中删除侦听器以通知状态更改。 -
Uses of ListenerNotFoundException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw ListenerNotFoundException 变量和类型 方法 描述 void
RMIConnection. removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject)
void
RMIConnection. removeNotificationListener(ObjectName name, ObjectName listener, Subject delegationSubject)
void
RMIConnection. removeNotificationListeners(ObjectName name, Integer[] listenerIDs, Subject delegationSubject)
-