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

1234

/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSubjectDelegation1Test.java194 mbsc.addNotificationListener(
H A DSubjectDelegation2Test.java190 mbsc.addNotificationListener(
H A DSubjectDelegation3Test.java197 mbsc.addNotificationListener(
/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java157 mbsc.addNotificationListener(emitName, listener, filter, null);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java413 connectionBroadcaster.addNotificationListener(listener, filter,
1112 public void addNotificationListener(ObjectName name, method in class:RMIConnector.RemoteMBeanServerConnection
1120 logger.debug("addNotificationListener" +
1131 connection.addNotificationListener(name,
1139 connection.addNotificationListener(name,
1217 public void addNotificationListener(ObjectName name, method in class:RMIConnector.RemoteMBeanServerConnection
1227 logger.debug("addNotificationListener" +
1239 rmiNotifClient.addNotificationListener(listenerID, name, listener,
H A DRMIConnectionImpl.java199 // addNotificationListener is first called.
1008 if (debug) logger.debug("addNotificationListener"+
1017 if (debug) logger.debug("addNotificationListener"+
1061 public void addNotificationListener(ObjectName name, method in class:RMIConnectionImpl
1077 if (debug) logger.debug("addNotificationListener"+
1085 if (debug) logger.debug("addNotificationListener"+
1097 if (debug) logger.debug("addNotificationListener"+
1523 return getServerNotifFwd().addNotificationListener(
1528 mbeanServer.addNotificationListener((ObjectName)params[0],
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java1187 public void addNotificationListener(NotificationListener listener, method in class:CommunicatorServer
1194 "addNotificationListener","Adding listener "+ listener +
1197 notifBroadcaster.addNotificationListener(listener, filter, handback);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java243 mbean.getMBeanServerConnection().addNotificationListener(
653 xmbean.getMBeanServerConnection().addNotificationListener(
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java921 public void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws IllegalArgumentException { method in class:ScanManager
922 broadcaster.addNotificationListener(listener, filter, handback);
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DValidateOpenTypes.java79 server.addNotificationListener(memory, listener, null, null);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java117 mbs.addNotificationListener(serverName, logListener, null, null);
H A DIdleTimeoutTest.java195 conn.addNotificationListener(delegateName,
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DDirectoryScannerTest.java116 emitter.addNotificationListener(listener, filter, handback);
277 * Test of addNotificationListener method, of class com.sun.jmx.examples.scandir.DirectoryScanner.
280 System.out.println("addNotificationListener");
H A DScanDirConfigTest.java198 * Test of addNotificationListener method, of class
202 System.out.println("addNotificationListener");
230 ((NotificationEmitter)instance).addNotificationListener(listener,
H A DScanManagerTest.java137 * Test of addNotificationListener method, of class com.sun.jmx.examples.scandir.ScanManager.
140 System.out.println("addNotificationListener");
166 * Test of addNotificationListener method, of class com.sun.jmx.examples.scandir.ScanManager.
193 emitter.addNotificationListener(listener, filter, handback);
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java105 * you should call the MBean server method {@link #addNotificationListener addNotificationListener} with <CODE>ObjectName</CODE>
131 /* See the comment before addNotificationListener below. */
1171 public void addNotificationListener(ObjectName name, method in class:DefaultMBeanServerInterceptor
1182 "addNotificationListener", "ObjectName = " + name);
1186 checkMBeanPermission(instance, null, name, "addNotificationListener");
1202 broadcaster.addNotificationListener(listenerWrapper, filter, handback);
1205 public void addNotificationListener(ObjectName name, method in class:DefaultMBeanServerInterceptor
1232 "addNotificationListener",
1235 server.addNotificationListener(nam
[all...]
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java214 emitter.addNotificationListener(handler, null, null);
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java2181 public void addNotificationListener(NotificationListener listener, method in class:RequiredModelMBean
2185 final String mth = "addNotificationListener(" +
2199 generalBroadcaster.addNotificationListener(listener, filter,
2220 * @see #addNotificationListener
2592 attributeBroadcaster.addNotificationListener(inlistener,currFilter,
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java162 public synchronized void addNotificationListener(Integer listenerID, method in class:ClientNotifForwarder
171 logger.trace("addNotificationListener",
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java479 mbsc.addNotificationListener(on, nl, new TestFilter(), null);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java759 addNotificationListener(NotificationListener listener, method in class:SnmpMibTable
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationService.java2887 myMBeanServer.addNotificationListener(
2928 // myMBeanServer.addNotificationListener(

Completed in 118 milliseconds

1234