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

123

/openjdk10/jdk/src/java.management/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.java244 public void removeNotificationListener(NotificationListener listener) method in class:StandardEmitterMBean
246 emitter.removeNotificationListener(listener);
249 public void removeNotificationListener(NotificationListener listener, method in class:StandardEmitterMBean
253 emitter.removeNotificationListener(listener, filter, handback);
H A DMBeanServerDelegate.java182 void removeNotificationListener(NotificationListener listener, method in class:MBeanServerDelegate
186 broadcaster.removeNotificationListener(listener,filter,handback) ;
192 void removeNotificationListener(NotificationListener listener) method in class:MBeanServerDelegate
194 broadcaster.removeNotificationListener(listener) ;
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>
489 public void removeNotificationListener(ObjectName name, method in interface:MBeanServer
494 public void removeNotificationListener(ObjectName name, method in interface:MBeanServer
501 public void removeNotificationListener(ObjectName name, method in interface:MBeanServer
506 public void removeNotificationListener(ObjectName name, method in interface:MBeanServer
H A DNotificationBroadcasterSupport.java173 * @see #removeNotificationListener
186 public void removeNotificationListener(NotificationListener listener) method in class:NotificationBroadcasterSupport
196 public void removeNotificationListener(NotificationListener listener, method in class:NotificationBroadcasterSupport
/openjdk10/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.java110 mserver.removeNotificationListener(delegateName, dummyListener, null, s3);
111 mserver.removeNotificationListener(delegateName, dummyListener, null, s2);
112 mserver.removeNotificationListener(delegateName, dummyListener, null, s1);
120 mserver.removeNotificationListener(delegateName, dummyListener);
123 mserver.removeNotificationListener(delegateName, dummyListener, null, s1);
H A DNoPermToRemoveTest.java27 * @summary checks the behaviour of mbeanServerConnection.removeNotificationListener
82 mbsc.removeNotificationListener(name, listener);
136 if (jmxp.getActions().contains("removeNotificationListener")) {
162 public void removeNotificationListener( method in class:NoPermToRemoveTest.Sender
167 super.removeNotificationListener(listener, filter, handback);
180 public void removeNotificationListener(NotificationListener listener) method in class:NoPermToRemoveTest.Sender
183 super.removeNotificationListener(listener);
H A DNotSerializableNotifTest.java108 client.removeNotificationListener(emitter, listener);
125 client.removeNotificationListener(emitter, listener);
H A DRMINotifTest.java141 client.removeNotificationListener(mbean, listener);
147 client.removeNotificationListener(mbean, listener, filter, o);
H A DEmptyDomainNotificationTest.java119 mbsc.removeNotificationListener(mbean, li);
/openjdk10/jdk/src/java.management/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,
/openjdk10/jdk/src/jdk.management/share/classes/com/sun/management/internal/
H A DGarbageCollectorExtImpl.java134 public synchronized void removeNotificationListener(NotificationListener listener) method in class:GarbageCollectorExtImpl
137 super.removeNotificationListener(listener);
145 public synchronized void removeNotificationListener(NotificationListener listener, method in class:GarbageCollectorExtImpl
151 super.removeNotificationListener(listener,filter,handback);
/openjdk10/jaxws/src/java.xml.ws/share/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
/openjdk10/jdk/test/javax/management/remote/mandatory/connection/
H A DRMIExitTest.java131 mserver.removeNotificationListener(delegateName,
133 mserver.removeNotificationListener(delegateName,
135 mserver.removeNotificationListener(delegateName,
/openjdk10/jdk/src/java.management/share/classes/sun/management/
H A DNotificationEmitterSupport.java69 add/removeNotificationListener. A simpler but less
80 public void removeNotificationListener(NotificationListener listener) method in class:NotificationEmitterSupport
100 public void removeNotificationListener(NotificationListener listener, method in class:NotificationEmitterSupport
/openjdk10/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java87 mbs.removeNotificationListener(mbean, myLister);
88 mbs.removeNotificationListener(mbean, nullListener);
/openjdk10/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java53 public void removeNotificationListener(NotificationListener listener) { method in class:ImmutableNotificationInfoTest.UserBroadcaster
H A DIdenticalMBeanInfoTest.java79 public void removeNotificationListener(NotificationListener l) {} method in class:IdenticalMBeanInfoTest.Broadcaster
/openjdk10/jdk/src/java.management/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),
/openjdk10/hotspot/test/compiler/codecache/jmx/
H A DThresholdNotificationsTest.java110 removeNotificationListener(this);
/openjdk10/jdk/test/javax/management/mxbean/
H A DBasic.java420 public void removeNotificationListener(NotificationListener listener) method in class:Basic
422 broadcaster.removeNotificationListener(listener);
425 public void removeNotificationListener(NotificationListener listener, method in class:Basic
429 broadcaster.removeNotificationListener(listener, filter, handback);

Completed in 251 milliseconds

123