Searched defs:removeNotificationListener (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java1210 public void removeNotificationListener(NotificationListener listener) method in class:CommunicatorServer
1215 "removeNotificationListener","Removing listener "+ listener);
1217 notifBroadcaster.removeNotificationListener(listener);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java943 public void removeNotificationListener(NotificationListener listener) throws ListenerNotFoundException { method in class:ScanManager
944 broadcaster.removeNotificationListener(listener);
951 public void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws ListenerNotFoundException { method in class:ScanManager
952 broadcaster.removeNotificationListener(listener, filter, handback);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java1035 getServerNotifFwd().removeNotificationListener(names[j],
1138 if (logger.debugOn()) logger.debug("removeNotificationListener"+
1160 public void removeNotificationListener(ObjectName name, method in class:RMIConnectionImpl
1174 if (logger.debugOn()) logger.debug("removeNotificationListener"+
1197 public void removeNotificationListener(ObjectName name, method in class:RMIConnectionImpl
1216 if (debug) logger.debug("removeNotificationListener"+
1224 if (debug) logger.debug("removeNotificationListener"+
1236 if (debug) logger.debug("removeNotificationListener"+
1535 getServerNotifFwd().removeNotificationListener(
1541 mbeanServer.removeNotificationListener((ObjectNam
[all...]
H A DRMIConnector.java422 connectionBroadcaster.removeNotificationListener(listener);
432 connectionBroadcaster.removeNotificationListener(listener, filter,
1149 public void removeNotificationListener(ObjectName name, method in class:RMIConnector.RemoteMBeanServerConnection
1155 if (logger.debugOn()) logger.debug("removeNotificationListener" +
1162 connection.removeNotificationListener(name,
1168 connection.removeNotificationListener(name,
1176 public void removeNotificationListener(ObjectName name, method in class:RMIConnector.RemoteMBeanServerConnection
1184 logger.debug("removeNotificationListener" +
1197 connection.removeNotificationListener(name,
1205 connection.removeNotificationListener(nam
1244 public void removeNotificationListener(ObjectName name, method in class:RMIConnector.RemoteMBeanServerConnection
1281 public void removeNotificationListener(ObjectName name, method in class:RMIConnector.RemoteMBeanServerConnection
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1239 public void removeNotificationListener(ObjectName name, method in class:DefaultMBeanServerInterceptor
1242 removeNotificationListener(name, listener, null, null, true);
1245 public void removeNotificationListener(ObjectName name, method in class:DefaultMBeanServerInterceptor
1250 removeNotificationListener(name, listener, filter, handback, false);
1253 public void removeNotificationListener(ObjectName name, method in class:DefaultMBeanServerInterceptor
1261 "removeNotificationListener",
1264 server.removeNotificationListener(name, instance);
1267 public void removeNotificationListener(ObjectName name, method in class:DefaultMBeanServerInterceptor
1278 "removeNotificationListener",
1281 server.removeNotificationListener(nam
1309 private void removeNotificationListener(ObjectName name, method in class:DefaultMBeanServerInterceptor
[all...]
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java257 public void removeNotificationListener(NotificationListener listener) method in class:OldMBeanServerTest.BoringNotifier
259 nbs.removeNotificationListener(listener);
666 public void removeNotificationListener( method in class:OldMBeanServerTest.OldMBeanServer
671 removeNotificationListener(name, nl);
674 public void removeNotificationListener( method in class:OldMBeanServerTest.OldMBeanServer
680 removeNotificationListener(name, nl, filter, handback);
683 public void removeNotificationListener( method in class:OldMBeanServerTest.OldMBeanServer
690 userMBean.removeNotificationListener(wrappedListener);
693 public void removeNotificationListener( method in class:OldMBeanServerTest.OldMBeanServer
701 userMBean.removeNotificationListener(wrappedListene
[all...]

Completed in 52 milliseconds

12