Searched refs:addNotificationListener (Results 51 - 75 of 98) sorted by relevance

1234

/openjdk10/jdk/test/javax/management/monitor/
H A DAttributeArbitraryDataTypeTest.java258 counterMonitor.addNotificationListener(this, null, null);
422 gaugeMonitor.addNotificationListener(this, null, null);
600 stringMonitor.addNotificationListener(this, null, null);
H A DCounterMonitorTest.java131 counterMonitor.addNotificationListener(this, null, null);
H A DCounterMonitorDeadlockTest.java130 mbs.addNotificationListener(monitorName, listener, null, null);
H A DCounterMonitorThresholdTest.java128 ((NotificationEmitter) cm).addNotificationListener(
H A DCounterMonitorInitThresholdTest.java124 ((NotificationEmitter) cm).addNotificationListener(
H A DMultiMonitorTest.java105 mbs.addNotificationListener(monitorNames[i], listeners[i],
H A DStringMonitorDeadlockTest.java134 mbs.addNotificationListener(monitorName, listener, null, null);
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DNotificationBroadcasterSupport.java175 public void addNotificationListener(NotificationListener listener, method in class:NotificationBroadcasterSupport
H A DMBeanServerInvocationHandler.java221 * NotificationBroadcaster#addNotificationListener} on the proxy will
223 * MBeanServerConnection#addNotificationListener(ObjectName,
352 if (methodName.equals("addNotificationListener")) {
359 "Bad arg count to addNotificationListener: " + nargs;
368 connection.addNotificationListener(objectName,
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java404 candidate.getObjectName(),"addNotificationListener");
574 * mbs.addNotificationListener(new ObjectName("*:*"), ...);
595 * listeners to MBeans. An MBean's addNotificationListener can be
608 addNotificationListener(MBeanServerDelegate.DELEGATE_NAME,
640 addNotificationListener(name, bufferListener, null, name);
660 private void addNotificationListener(final ObjectName name, method in class:ArrayNotificationBuffer
668 mBeanServer.addNotificationListener(name,
H A DServerNotifForwarder.java77 public Integer addNotificationListener(final ObjectName name, method in class:ServerNotifForwarder
82 logger.trace("addNotificationListener",
88 // Explicitly check MBeanPermission for addNotificationListener
90 checkMBeanPermission(name, "addNotificationListener");
92 notificationAccessController.addNotificationListener(
412 checkMBeanPermission(name, "addNotificationListener");
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java83 * {@link #addNotificationListener addNotificationListener} with
833 public void addNotificationListener(ObjectName name, method in class:JmxMBeanServer
839 mbsInterceptor.addNotificationListener(cloneObjectName(name), listener,
858 public void addNotificationListener(ObjectName name, ObjectName listener, method in class:JmxMBeanServer
862 mbsInterceptor.addNotificationListener(cloneObjectName(name), listener,
/openjdk10/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java93 mbs.addNotificationListener(n, listener, null, null);
/openjdk10/jdk/test/java/lang/management/MemoryMXBean/
H A DMemoryManagement.java103 emitter.addNotificationListener(listener, null, null);
H A DLowMemoryTest.java244 emitter.addNotificationListener(listener, null, null);
245 emitter.addNotificationListener(l2, null, null);
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DConcurrentModificationTest.java163 mserver.addNotificationListener(delegateName, listener, null, null);
H A DUnexpectedNotifTest.java122 client.addNotificationListener(mbean, listener, null, null);
/openjdk10/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DRMIAltAuthTest.java172 mbsc.addNotificationListener(
H A DRMIPasswdAuthTest.java169 mbsc.addNotificationListener(
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java252 public void addNotificationListener( method in class:OldMBeanServerTest.BoringNotifier
255 nbs.addNotificationListener(listener, filter, handback);
290 mbsc.addNotificationListener(
318 mbsc.addNotificationListener(
647 public void addNotificationListener( method in class:OldMBeanServerTest.OldMBeanServer
655 userMBean.addNotificationListener(wrappedListener, filter, handback);
658 public void addNotificationListener( method in class:OldMBeanServerTest.OldMBeanServer
664 addNotificationListener(name, nl, filter, handback);
1319 // public void addNotificationListener(
1322 // ((NotificationBroadcaster) mbean).addNotificationListener(
[all...]
/openjdk10/jdk/test/javax/management/mxbean/
H A DBasic.java392 public void addNotificationListener(NotificationListener listener, method in class:Basic
396 broadcaster.addNotificationListener(listener, filter, handback);
/openjdk10/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java148 return "addNotificationListener(NL)";
151 mbsc.addNotificationListener(DELEGATE_NAME,
157 return "addNotificationListener(MB)";
164 mbsc.addNotificationListener(DELEGATE_NAME, LISTENER_NAME,
175 mbsc.addNotificationListener(DELEGATE_NAME, l, null, null);
/openjdk10/jdk/src/jdk.management/share/classes/com/sun/management/internal/
H A DDiagnosticCommandImpl.java382 public synchronized void addNotificationListener(NotificationListener listener, method in class:DiagnosticCommandImpl
386 super.addNotificationListener(listener, filter, handback);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/external/amx/
H A DMBeanListener.java236 mMBeanServer.addNotificationListener( AMXUtil.getMBeanServerDelegateObjectName(), this, null, this);
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DMBeansTab.java93 getMBeanServerConnection().addNotificationListener(

Completed in 147 milliseconds

1234