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

1234

/openjdk7/jdk/src/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.java254 public void addNotificationListener(NotificationListener listener, method in class:StandardEmitterMBean
257 emitter.addNotificationListener(listener, filter, handback);
H A DMBeanServerDelegate.java170 void addNotificationListener(NotificationListener listener, method in class:MBeanServerDelegate
174 broadcaster.addNotificationListener(listener,filter,handback) ;
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>
473 public void addNotificationListener(ObjectName name, method in interface:MBeanServer
483 public void addNotificationListener(ObjectName name, method in interface:MBeanServer
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,
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DAddRemoveTest.java105 mserver.addNotificationListener(delegateName, dummyListener, null, s1);
106 mserver.addNotificationListener(delegateName, dummyListener, null, s2);
107 mserver.addNotificationListener(delegateName, dummyListener, null, s3);
115 mserver.addNotificationListener(delegateName, dummyListener, null, s1);
116 mserver.addNotificationListener(delegateName, dummyListener, null, s2);
117 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 DNotificationBufferDeadlockTest.java54 * NotificationBroadcaster.addNotificationListener, and in particular we
59 * The test creates a special MBean whose addNotificationListener method
60 * does the standard addNotificationListener logic inherited
63 * The addNotificationListener method waits for this thread to complete.
66 * lock is being held by the thread that called addNotificationListener,
155 mbsc.addNotificationListener(testName, dummyListener, null, null);
170 mbsc.addNotificationListener(name, countListener, null, null);
192 public void addNotificationListener(NotificationListener listener, method in class:NotificationBufferDeadlockTest.DeadlockTest
195 super.addNotificationListener(listener, filter, handback);
H A DDiffHBTest.java103 mserver.addNotificationListener(
105 mserver.addNotificationListener(
H A DListenerScaleTest.java148 mbsc.addNotificationListener(testObjectName, timingListener, null, null);
168 mbsc.addNotificationListener(on, nullListener, null, null);
H A DNotSerializableNotifTest.java121 client.addNotificationListener(emitter, listener, null, null);
131 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);
/openjdk7/jdk/src/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
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java132 mbs.addNotificationListener(delName, new XListener(false), null, null);
147 mbs.addNotificationListener(delName, new XListener(false), null, null);
160 mbs.addNotificationListener(delName, new XListener(true), null, null);
174 mbs.addNotificationListener(delName, new XListener(true), null, null);
H A DNewMBeanListenerTest.java65 mbs.addNotificationListener(mbsn.getMBeanName(),
77 mbs.addNotificationListener(delegateName, addListener, null, null);
/openjdk7/jdk/test/javax/management/notification/
H A DFilterExceptionTest.java62 broadcaster.addNotificationListener(listener, filter, null);
H A DNotifExecutorTest.java64 mbs.addNotificationListener(mbean, myLister, null, null);
65 mbs.addNotificationListener(mbean, nullListener, null, null);
76 mbs.addNotificationListener(mbean, myLister, null, null);
77 mbs.addNotificationListener(mbean, nullListener, null, null);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DRMIExitTest.java123 mserver.addNotificationListener(delegateName,
125 mserver.addNotificationListener(delegateName,
127 mserver.addNotificationListener(delegateName,
H A DCloseServerTest.java144 mserver.addNotificationListener(delegateName, dummyListener, null, null);
164 mserver.addNotificationListener(delegateName, dummyListener, null, null);
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java110 emitter.addNotificationListener(listener,filter,"JMX.newMBeanProxy");
124 emitter.addNotificationListener(listener,filter,
158 .addNotificationListener(mxlistener,null,name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java85 public void addNotificationListener(NotificationListener listener, method in class:GmbalMBeanNOPImpl
/openjdk7/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java55 public void addNotificationListener(NotificationListener listener, method in class:ImmutableNotificationInfoTest.UserBroadcaster
/openjdk7/jdk/test/javax/management/timer/
H A DStartTest.java51 timer.addNotificationListener(myListener, null, null);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableSupport.java382 addNotificationListener(NotificationListener listener, method in class:SnmpTableSupport
384 meta.addNotificationListener(listener,filter,handback);
/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectorImpl.java153 public synchronized void addNotificationListener(NotificationListener listener, method in class:GarbageCollectorImpl
158 super.addNotificationListener(listener, filter, handback);

Completed in 144 milliseconds

1234