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

12

/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationEmitter.java39 * subsequently removed with {@link #removeNotificationListener removeNotificationListener}.
94 public void removeNotificationListener(NotificationListener listener, method in interface:NotificationEmitter
H A DNotificationBroadcaster.java40 * subsequently removed with {@link #removeNotificationListener removeNotificationListener}.
89 * @see #removeNotificationListener
109 * @see NotificationEmitter#removeNotificationListener
111 public void removeNotificationListener(NotificationListener listener) method in interface:NotificationBroadcaster
H A DStandardEmitterMBean.java242 public void removeNotificationListener(NotificationListener listener) method in class:StandardEmitterMBean
244 emitter.removeNotificationListener(listener);
247 public void removeNotificationListener(NotificationListener listener, method in class:StandardEmitterMBean
251 emitter.removeNotificationListener(listener, filter, handback);
H A DMBeanServerDelegate.java180 void removeNotificationListener(NotificationListener listener, method in class:MBeanServerDelegate
184 broadcaster.removeNotificationListener(listener,filter,handback) ;
190 void removeNotificationListener(NotificationListener listener) method in class:MBeanServerDelegate
192 broadcaster.removeNotificationListener(listener) ;
H A DNotificationBroadcasterSupport.java172 * @see #removeNotificationListener
185 public void removeNotificationListener(NotificationListener listener) method in class:NotificationBroadcasterSupport
195 public void removeNotificationListener(NotificationListener listener, method in class:NotificationBroadcasterSupport
H A DMBeanServerConnection.java790 * @see #removeNotificationListener(ObjectName, NotificationListener)
791 * @see #removeNotificationListener(ObjectName, NotificationListener,
834 * @see #removeNotificationListener(ObjectName, ObjectName)
835 * @see #removeNotificationListener(ObjectName, ObjectName,
866 public void removeNotificationListener(ObjectName name, method in interface:MBeanServerConnection
903 public void removeNotificationListener(ObjectName name, method in interface:MBeanServerConnection
932 public void removeNotificationListener(ObjectName name, method in interface:MBeanServerConnection
969 public void removeNotificationListener(ObjectName name, method in interface:MBeanServerConnection
H A DMBeanServer.java136 * <li><p>For the <code>removeNotificationListener</code> methods,
140 * "removeNotificationListener")}.</p>
490 public void removeNotificationListener(ObjectName name, method in interface:MBeanServer
495 public void removeNotificationListener(ObjectName name, method in interface:MBeanServer
502 public void removeNotificationListener(ObjectName name, method in interface:MBeanServer
507 public void removeNotificationListener(ObjectName name, method in interface:MBeanServer
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DNotificationAccessController.java34 * {@code addNotificationListener} and {@code removeNotificationListener}
70 * {@link javax.management.MBeanServerConnection#removeNotificationListener(ObjectName,NotificationListener)}
72 * {@link javax.management.MBeanServerConnection#removeNotificationListener(ObjectName,NotificationListener,NotificationFilter,Object)}.
83 public void removeNotificationListener(String connectionId, method in interface:NotificationAccessController
H A DMBeanServerAccessController.java525 public void removeNotificationListener(ObjectName name, method in class:MBeanServerAccessController
529 getMBeanServer().removeNotificationListener(name, listener);
536 public void removeNotificationListener(ObjectName name, method in class:MBeanServerAccessController
542 getMBeanServer().removeNotificationListener(name, listener,
550 public void removeNotificationListener(ObjectName name, method in class:MBeanServerAccessController
554 getMBeanServer().removeNotificationListener(name, listener);
561 public void removeNotificationListener(ObjectName name, method in class:MBeanServerAccessController
567 getMBeanServer().removeNotificationListener(name, listener,
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationSender.java58 public void removeNotificationListener(NotificationListener l) method in class:NotificationSender
60 super.removeNotificationListener(l);
64 public void removeNotificationListener(NotificationListener l, method in class:NotificationSender
68 super.removeNotificationListener(l, f, h);
H A DNotificationAccessControllerTest.java79 public void removeNotificationListener( method in class:NotificationAccessControllerTest.NAC
84 echo("removeNotificationListener:");
285 mbsc.removeNotificationListener(nb1, li);
287 mbsc.removeNotificationListener(nb2, li);
/openjdk7/jdk/src/share/classes/sun/management/
H A DNotificationEmitterSupport.java70 add/removeNotificationListener. A simpler but less
81 public void removeNotificationListener(NotificationListener listener) method in class:NotificationEmitterSupport
101 public void removeNotificationListener(NotificationListener listener, method in class:NotificationEmitterSupport
H A DGarbageCollectorImpl.java165 public synchronized void removeNotificationListener(NotificationListener listener) method in class:GarbageCollectorImpl
168 super.removeNotificationListener(listener);
175 public synchronized void removeNotificationListener(NotificationListener listener, method in class:GarbageCollectorImpl
181 super.removeNotificationListener(listener,filter,handback);
/openjdk7/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java52 public void removeNotificationListener(NotificationListener listener) { method in class:ImmutableNotificationInfoTest.UserBroadcaster
H A DIdenticalMBeanInfoTest.java78 public void removeNotificationListener(NotificationListener l) {} method in class:IdenticalMBeanInfoTest.Broadcaster
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java78 public void removeNotificationListener(NotificationListener listener, method in class:GmbalMBeanNOPImpl
91 public void removeNotificationListener(NotificationListener listener) method in class:GmbalMBeanNOPImpl
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java858 * @see #removeNotificationListener(ObjectName, ObjectName, Subject)
859 * @see #removeNotificationListener(ObjectName, ObjectName,
871 * javax.management.MBeanServerConnection#removeNotificationListener(ObjectName,
894 public void removeNotificationListener(ObjectName name, method in interface:RMIConnection
904 * javax.management.MBeanServerConnection#removeNotificationListener(ObjectName,
936 public void removeNotificationListener(ObjectName name, method in interface:RMIConnection
1007 * {@link javax.management.MBeanServerConnection#removeNotificationListener(ObjectName,NotificationListener)
1008 * removeNotificationListener(ObjectName, NotificationListener)} and
1009 * {@link javax.management.MBeanServerConnection#removeNotificationListener(ObjectName,NotificationListener,NotificationFilter,Object)
1010 * removeNotificationListener(ObjectNam
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java148 public void removeNotificationListener(ObjectName name, method in class:ServerNotifForwarder
153 logger.trace("removeNotificationListener",
159 // Explicitly check MBeanPermission for removeNotificationListener
161 checkMBeanPermission(name, "removeNotificationListener");
163 notificationAccessController.removeNotificationListener(
170 removeNotificationListener(name, listenerIDs[i]);
184 public void removeNotificationListener(ObjectName name, Integer listenerID) method in class:ServerNotifForwarder
191 logger.trace("removeNotificationListener",
H A DArrayNotificationBuffer.java654 removeNotificationListener(name, bufferListener);
680 private void removeNotificationListener(final ObjectName name, method in class:ArrayNotificationBuffer
686 mBeanServer.removeNotificationListener(name, listener);
808 removeNotificationListener(MBeanServerDelegate.DELEGATE_NAME,
H A DClientNotifForwarder.java188 removeNotificationListener(ObjectName name, method in class:ClientNotifForwarder
195 logger.trace("removeNotificationListener",
219 removeNotificationListener(ObjectName name, method in class:ClientNotifForwarder
226 logger.trace("removeNotificationListener",
253 public synchronized Integer[] removeNotificationListener(ObjectName name) { method in class:ClientNotifForwarder
255 logger.trace("removeNotificationListener",
515 removeNotificationListener(name);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableSupport.java400 removeNotificationListener(NotificationListener listener) method in class:SnmpTableSupport
402 meta.removeNotificationListener(listener);
H A DSnmpMibTable.java801 removeNotificationListener(NotificationListener listener) method in class:SnmpMibTable
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScanner.java559 public void removeNotificationListener(NotificationListener listener) method in class:DirectoryScanner
561 broadcaster.removeNotificationListener(listener);
567 public void removeNotificationListener(NotificationListener listener, method in class:DirectoryScanner
570 broadcaster.removeNotificationListener(listener, filter, handback);
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java866 public void removeNotificationListener(ObjectName name, method in class:JmxMBeanServer
870 mbsInterceptor.removeNotificationListener(cloneObjectName(name),
874 public void removeNotificationListener(ObjectName name, method in class:JmxMBeanServer
880 mbsInterceptor.removeNotificationListener(cloneObjectName(name),
884 public void removeNotificationListener(ObjectName name, method in class:JmxMBeanServer
888 mbsInterceptor.removeNotificationListener(cloneObjectName(name),
892 public void removeNotificationListener(ObjectName name, method in class:JmxMBeanServer
898 mbsInterceptor.removeNotificationListener(cloneObjectName(name),
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java2179 * @see #removeNotificationListener
2222 public void removeNotificationListener(NotificationListener listener) method in class:RequiredModelMBean
2228 final String mth="removeNotificationListener(NotificationListener)";
2239 generalBroadcaster.removeNotificationListener(listener);
2247 public void removeNotificationListener(NotificationListener listener, method in class:RequiredModelMBean
2256 final String mth = "removeNotificationListener(" +
2269 generalBroadcaster.removeNotificationListener(listener,filter,
2647 attributeBroadcaster.removeNotificationListener(inlistener);

Completed in 174 milliseconds

12