Searched refs:removeNotificationListener (Results 1 - 25 of 54) sorted by relevance

123

/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 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
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 DNotificationBroadcasterSupport.java172 * @see #removeNotificationListener
185 public void removeNotificationListener(NotificationListener listener) method in class:NotificationBroadcasterSupport
195 public void removeNotificationListener(NotificationListener listener, method in class:NotificationBroadcasterSupport
/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 DAddRemoveTest.java109 mserver.removeNotificationListener(delegateName, dummyListener, null, s3);
110 mserver.removeNotificationListener(delegateName, dummyListener, null, s2);
111 mserver.removeNotificationListener(delegateName, dummyListener, null, s1);
119 mserver.removeNotificationListener(delegateName, dummyListener);
122 mserver.removeNotificationListener(delegateName, dummyListener, null, s1);
H A DNotSerializableNotifTest.java129 client.removeNotificationListener(emitter, listener);
160 client.removeNotificationListener(emitter, listener);
H A DRMINotifTest.java141 client.removeNotificationListener(mbean, listener);
147 client.removeNotificationListener(mbean, listener, filter, o);
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/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/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/test/javax/management/remote/mandatory/connection/
H A DRMIExitTest.java130 mserver.removeNotificationListener(delegateName,
132 mserver.removeNotificationListener(delegateName,
134 mserver.removeNotificationListener(delegateName,
/openjdk7/jdk/src/share/classes/sun/management/
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);
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
/openjdk7/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java86 mbs.removeNotificationListener(mbean, myLister);
87 mbs.removeNotificationListener(mbean, nullListener);
/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/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/com/sun/jmx/snmp/agent/
H A DSnmpTableSupport.java400 removeNotificationListener(NotificationListener listener) method in class:SnmpTableSupport
402 meta.removeNotificationListener(listener);
/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);
H A DScanDirAgent.java150 removeNotificationListener(listener,null,null);

Completed in 135 milliseconds

123