Searched defs:addNotificationListener (Results 1 - 25 of 31) sorted by relevance

12

/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 DNotificationBroadcasterSupport.java174 public void addNotificationListener(NotificationListener listener, method in class:NotificationBroadcasterSupport
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>
473 public void addNotificationListener(ObjectName name, method in interface:MBeanServer
483 public void addNotificationListener(ObjectName name, method in interface:MBeanServer
/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
H A DMBeanServerAccessController.java142 public void addNotificationListener(ObjectName name, method in class:MBeanServerAccessController
148 getMBeanServer().addNotificationListener(name, listener,
156 public void addNotificationListener(ObjectName name, method in class:MBeanServerAccessController
162 getMBeanServer().addNotificationListener(name, listener,
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationSender.java51 public void addNotificationListener(NotificationListener l, method in class:NotificationSender
54 super.addNotificationListener(l, f, h);
H A DNotificationAccessControllerTest.java63 public void addNotificationListener( method in class:NotificationAccessControllerTest.NAC
68 echo("addNotificationListener:");
251 mbsc.addNotificationListener(nb1, li, null, null);
264 mbsc.addNotificationListener(nb2, li, null, null);
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);
/openjdk7/jdk/src/share/classes/sun/management/
H A DNotificationEmitterSupport.java52 public void addNotificationListener(NotificationListener listener, method in class:NotificationEmitterSupport
H A DGarbageCollectorImpl.java153 public synchronized void addNotificationListener(NotificationListener listener, method in class:GarbageCollectorImpl
158 super.addNotificationListener(listener, filter, handback);
/openjdk7/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java55 public void addNotificationListener(NotificationListener listener, method in class:ImmutableNotificationInfoTest.UserBroadcaster
H A DIdenticalMBeanInfoTest.java74 public void addNotificationListener(NotificationListener l, method in class:IdenticalMBeanInfoTest.Broadcaster
/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/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/jdk/src/share/classes/com/sun/jmx/remote/internal/
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");
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 DClientNotifForwarder.java162 public synchronized void addNotificationListener(Integer listenerID, method in class:ClientNotifForwarder
171 logger.trace("addNotificationListener",
/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);
H A DSnmpMibTable.java759 addNotificationListener(NotificationListener listener, method in class:SnmpMibTable
/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/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/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,

Completed in 64 milliseconds

12