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

1234

/openjdk7/jdk/src/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,
/openjdk7/jdk/src/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.java78 public Integer addNotificationListener(final ObjectName name, method in class:ServerNotifForwarder
83 logger.trace("addNotificationListener",
89 // Explicitly check MBeanPermission for addNotificationListener
91 checkMBeanPermission(name, "addNotificationListener");
93 notificationAccessController.addNotificationListener(
408 checkMBeanPermission(name, "addNotificationListener");
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java103 mbs.addNotificationListener(n, listener, null, null);
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThreshold.java159 emitter.addNotificationListener(listener, null, null);
H A DMemoryManagement.java98 emitter.addNotificationListener(listener, null, null);
H A DLowMemoryTest2.java209 emitter.addNotificationListener(l2, null, null);
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorDeadlockTest.java132 mbs.addNotificationListener(monitorName, listener, null, null);
H A DCounterMonitorInitThresholdTest.java123 ((NotificationEmitter) cm).addNotificationListener(
H A DCounterMonitorThresholdTest.java127 ((NotificationEmitter) cm).addNotificationListener(
H A DGaugeMonitorDeadlockTest.java133 mbs.addNotificationListener(monitorName, listener, null, null);
H A DStringMonitorDeadlockTest.java132 mbs.addNotificationListener(monitorName, listener, null, null);
H A DMultiMonitorTest.java103 mbs.addNotificationListener(monitorNames[i], listeners[i],
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DUnexpectedNotifTest.java121 client.addNotificationListener(mbean, listener, null, null);
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DRMIAltAuthTest.java170 mbsc.addNotificationListener(
H A DRMIPasswdAuthTest.java167 mbsc.addNotificationListener(
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java251 public void addNotificationListener( method in class:OldMBeanServerTest.BoringNotifier
254 nbs.addNotificationListener(listener, filter, handback);
289 mbsc.addNotificationListener(
317 mbsc.addNotificationListener(
646 public void addNotificationListener( method in class:OldMBeanServerTest.OldMBeanServer
654 userMBean.addNotificationListener(wrappedListener, filter, handback);
657 public void addNotificationListener( method in class:OldMBeanServerTest.OldMBeanServer
663 addNotificationListener(name, nl, filter, handback);
1318 // public void addNotificationListener(
1321 // ((NotificationBroadcaster) mbean).addNotificationListener(
[all...]
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScanner.java514 public void addNotificationListener(NotificationListener listener, method in class:DirectoryScanner
517 broadcaster.addNotificationListener(listener, filter, handback);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java146 return "addNotificationListener(NL)";
149 mbsc.addNotificationListener(DELEGATE_NAME,
155 return "addNotificationListener(MB)";
162 mbsc.addNotificationListener(DELEGATE_NAME, LISTENER_NAME,
173 mbsc.addNotificationListener(DELEGATE_NAME, l, null, null);
H A DMultiThreadDeadLockTest.java75 client.getMBeanServerConnection().addNotificationListener(
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServerInvocationHandler.java215 * NotificationBroadcaster#addNotificationListener} on the proxy will
217 * MBeanServerConnection#addNotificationListener(ObjectName,
346 if (methodName.equals("addNotificationListener")) {
353 "Bad arg count to addNotificationListener: " + nargs;
362 connection.addNotificationListener(objectName,
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java824 * javax.management.MBeanServerConnection#addNotificationListener(ObjectName,
862 public void addNotificationListener(ObjectName name, method in interface:RMIConnection
892 * @see #addNotificationListener
934 * @see #addNotificationListener
950 * javax.management.MBeanServerConnection#addNotificationListener(ObjectName,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/amx/
H A DMBeanListener.java236 mMBeanServer.addNotificationListener( AMXUtil.getMBeanServerDelegateObjectName(), this, null, this);
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java64 emitter.addNotificationListener(listener, null, null);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMBeansTab.java93 getMBeanServerConnection().addNotificationListener(

Completed in 88 milliseconds

1234