Searched refs:addNotificationListener (Results 1 - 25 of 98) sorted by relevance

1234

/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DNotificationBroadcaster.java39 * added with {@link #addNotificationListener addNotificationListener} and not
46 * {@code addNotificationListener}.</p>
91 public void addNotificationListener(NotificationListener listener, method in interface:NotificationBroadcaster
108 * @see #addNotificationListener
H A DStandardEmitterMBean.java256 public void addNotificationListener(NotificationListener listener, method in class:StandardEmitterMBean
259 emitter.addNotificationListener(listener, filter, handback);
H A DMBeanServerDelegate.java172 void addNotificationListener(NotificationListener listener, method in class:MBeanServerDelegate
176 broadcaster.addNotificationListener(listener,filter,handback) ;
H A DMBeanServerConnection.java794 public void addNotificationListener(ObjectName name, method in interface:MBeanServerConnection
838 public void addNotificationListener(ObjectName name, method in interface:MBeanServerConnection
863 * @see #addNotificationListener(ObjectName, ObjectName,
899 * @see #addNotificationListener(ObjectName, ObjectName,
929 * @see #addNotificationListener(ObjectName, NotificationListener,
965 * @see #addNotificationListener(ObjectName, NotificationListener,
H A DMBeanServer.java57 * MBean server method {@link #addNotificationListener
58 * addNotificationListener} with <CODE>ObjectName</CODE> the
130 * <li><p>For the <code>addNotificationListener</code> methods,
134 * "addNotificationListener")}.</p>
472 public void addNotificationListener(ObjectName name, method in interface:MBeanServer
482 public void addNotificationListener(ObjectName name, method in interface:MBeanServer
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DAddRemoveTest.java106 mserver.addNotificationListener(delegateName, dummyListener, null, s1);
107 mserver.addNotificationListener(delegateName, dummyListener, null, s2);
108 mserver.addNotificationListener(delegateName, dummyListener, null, s3);
116 mserver.addNotificationListener(delegateName, dummyListener, null, s1);
117 mserver.addNotificationListener(delegateName, dummyListener, null, s2);
118 mserver.addNotificationListener(delegateName, dummyListener, null, s3);
H A DNotificationSender.java51 public void addNotificationListener(NotificationListener l, method in class:NotificationSender
54 super.addNotificationListener(l, f, h);
H A DNoPermToRemoveTest.java76 mbsc.addNotificationListener(name, listener, null, null);
171 public void addNotificationListener( method in class:NoPermToRemoveTest.Sender
176 super.addNotificationListener(listener, filter, handback);
H A DNotificationBufferDeadlockTest.java57 * NotificationBroadcaster.addNotificationListener, and in particular we
62 * The test creates a special MBean whose addNotificationListener method
63 * does the standard addNotificationListener logic inherited
66 * The addNotificationListener method waits for this thread to complete.
69 * lock is being held by the thread that called addNotificationListener,
158 mbsc.addNotificationListener(testName, dummyListener, null, null);
173 mbsc.addNotificationListener(name, countListener, null, null);
193 public void addNotificationListener(NotificationListener listener, method in class:NotificationBufferDeadlockTest.DeadlockTest
196 super.addNotificationListener(listener, filter, handback);
206 System.out.println("DeadlockTest-addNotificationListener waitin
[all...]
H A DDiffHBTest.java104 mserver.addNotificationListener(
106 mserver.addNotificationListener(
H A DListenerScaleTest.java159 mbsc.addNotificationListener(testObjectName, timingListener, null, null);
179 mbsc.addNotificationListener(on, nullListener, null, null);
H A DNotSerializableNotifTest.java100 client.addNotificationListener(emitter, listener, null, null);
110 client.addNotificationListener(emitter, listener, null, null);
H A DRMINotifTest.java113 client.addNotificationListener(mbean, listener, null, null);
146 client.addNotificationListener(mbean, listener, filter, o);
202 // public void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) {
203 // super.addNotificationListener(listener, filter, handback);
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java125 mbs.addNotificationListener(delName, new XListener(false), null, null);
134 mbs.addNotificationListener(delName, new XListener(false), null, null);
141 mbs.addNotificationListener(delName, new XListener(true), null, null);
149 mbs.addNotificationListener(delName, new XListener(true), null, null);
H A DNewMBeanListenerTest.java66 mbs.addNotificationListener(mbsn.getMBeanName(),
78 mbs.addNotificationListener(delegateName, addListener, null, null);
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DNotificationAccessController.java34 * {@code addNotificationListener} and {@code removeNotificationListener}
51 * {@link javax.management.MBeanServerConnection#addNotificationListener(ObjectName,NotificationListener,NotificationFilter,Object)}.
62 public void addNotificationListener(String connectionId, method in interface:NotificationAccessController
/openjdk10/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java65 mbs.addNotificationListener(mbean, myLister, null, null);
66 mbs.addNotificationListener(mbean, nullListener, null, null);
77 mbs.addNotificationListener(mbean, myLister, null, null);
78 mbs.addNotificationListener(mbean, nullListener, null, null);
H A DFilterExceptionTest.java63 broadcaster.addNotificationListener(listener, filter, null);
/openjdk10/jdk/test/javax/management/remote/mandatory/connection/
H A DRMIExitTest.java124 mserver.addNotificationListener(delegateName,
126 mserver.addNotificationListener(delegateName,
128 mserver.addNotificationListener(delegateName,
H A DCloseServerTest.java145 mserver.addNotificationListener(delegateName, dummyListener, null, null);
165 mserver.addNotificationListener(delegateName, dummyListener, null, null);
/openjdk10/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java111 emitter.addNotificationListener(listener,filter,"JMX.newMBeanProxy");
125 emitter.addNotificationListener(listener,filter,
159 .addNotificationListener(mxlistener,null,name);
/openjdk10/jdk/src/jdk.management/share/classes/com/sun/management/internal/
H A DGarbageCollectorExtImpl.java122 public synchronized void addNotificationListener(NotificationListener listener, method in class:GarbageCollectorExtImpl
127 super.addNotificationListener(listener, filter, handback);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java85 public void addNotificationListener(NotificationListener listener, method in class:GmbalMBeanNOPImpl
/openjdk10/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java56 public void addNotificationListener(NotificationListener listener, method in class:ImmutableNotificationInfoTest.UserBroadcaster
/openjdk10/jdk/test/javax/management/timer/
H A DStartTest.java52 timer.addNotificationListener(myListener, null, null);

Completed in 133 milliseconds

1234