Searched refs:NotificationListener (Results 1 - 25 of 113) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationListener.java34 public interface NotificationListener extends java.util.EventListener { interface in inherits:java.util.EventListener
H A DNotificationBroadcaster.java44 * {@link NotificationListener#handleNotification handleNotification} method is called with
91 public void addNotificationListener(NotificationListener listener,
111 public void removeNotificationListener(NotificationListener listener)
H A DNotificationEmitter.java43 * {@link NotificationListener#handleNotification handleNotification} method is called with
94 public void removeNotificationListener(NotificationListener listener,
H A DNotificationBroadcasterSupport.java43 * <code>NotificationListener.handleNotification</code> method of each listener
174 public void addNotificationListener(NotificationListener listener,
185 public void removeNotificationListener(NotificationListener listener)
195 public void removeNotificationListener(NotificationListener listener,
272 protected void handleNotification(NotificationListener listener,
279 NotificationListener listener;
283 ListenerInfo(NotificationListener listener,
304 WildcardListenerInfo(NotificationListener listener) {
H A DStandardEmitterMBean.java242 public void removeNotificationListener(NotificationListener listener)
247 public void removeNotificationListener(NotificationListener listener,
254 public void addNotificationListener(NotificationListener listener,
H A DMBeanServerDelegate.java170 void addNotificationListener(NotificationListener listener,
180 void removeNotificationListener(NotificationListener listener,
190 void removeNotificationListener(NotificationListener listener)
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnector.java34 import javax.management.NotificationListener;
231 addConnectionNotificationListener(NotificationListener listener,
249 * @see #removeConnectionNotificationListener(NotificationListener,
255 removeConnectionNotificationListener(NotificationListener listener)
274 * @see #removeConnectionNotificationListener(NotificationListener)
278 public void removeConnectionNotificationListener(NotificationListener l,
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationSender.java34 import javax.management.NotificationListener;
51 public void addNotificationListener(NotificationListener l,
58 public void removeNotificationListener(NotificationListener l)
64 public void removeNotificationListener(NotificationListener l,
H A DListenerScaleTest.java61 import javax.management.NotificationListener;
88 private static final NotificationListener timingListener =
89 new NotificationListener() {
122 private static final NotificationListener nullListener =
123 new NotificationListener() {
H A DNotifReconnectDeadlockTest.java40 import javax.management.NotificationListener;
142 private final static NotificationListener listener = new NotificationListener() {
H A DNotificationBufferCreationTest.java38 import javax.management.NotificationListener;
110 final NotificationListener dummyListener =
111 new NotificationListener() {
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientListenerInfo.java29 import javax.management.NotificationListener;
44 NotificationListener listener,
68 public NotificationListener getListener() {
86 public boolean sameAs(ObjectName name, NotificationListener listener) {
92 public boolean sameAs(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) {
103 private final NotificationListener listener;
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanNotificationBroadcaster.java39 import javax.management.NotificationListener;
151 * Registers an object which implements the NotificationListener interface as a listener. This
167 public void addAttributeChangeNotificationListener(NotificationListener listener,
189 public void removeAttributeChangeNotificationListener(NotificationListener listener,
/openjdk7/jdk/test/javax/management/notification/
H A DFilterExceptionTest.java54 NotificationListener listener = new NotificationListener() {
H A DNotifExecutorTest.java52 final NotificationListener nullListener = new NotificationListener() {
133 private static class MyListener implements NotificationListener {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java38 import javax.management.NotificationListener;
78 public void removeNotificationListener(NotificationListener listener,
85 public void addNotificationListener(NotificationListener listener,
91 public void removeNotificationListener(NotificationListener listener)
/openjdk7/jdk/src/share/classes/sun/management/
H A DNotificationEmitterSupport.java33 import javax.management.NotificationListener;
52 public void addNotificationListener(NotificationListener listener,
81 public void removeNotificationListener(NotificationListener listener)
101 public void removeNotificationListener(NotificationListener listener,
172 public NotificationListener listener;
176 public ListenerInfo(NotificationListener listener,
/openjdk7/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java42 import javax.management.NotificationListener;
52 public void removeNotificationListener(NotificationListener listener) {
55 public void addNotificationListener(NotificationListener listener,
/openjdk7/jdk/test/javax/management/modelmbean/
H A DLoggingExceptionTest.java16 import javax.management.NotificationListener;
62 NotificationListener nl = new NotificationListener() {
/openjdk7/jdk/test/javax/management/timer/
H A DStartTest.java37 import javax.management.NotificationListener;
83 private static NotificationListener myListener =
84 new NotificationListener() {
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirAgent.java53 import javax.management.NotificationListener;
94 private final NotificationListener listener;
107 listener = new NotificationListener() {
136 // Registers a NotificationListener with the ScanManagerMXBean in
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionListenerNullTest.java38 import javax.management.NotificationListener;
69 final NotificationListener nl = null;
81 final NotificationListener listener = new
82 NotificationListener() {
H A DRMIExitTest.java42 import javax.management.NotificationListener;
100 final NotificationListener dummyListener =
101 new NotificationListener() {
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DNewMBeanListenerTest.java47 final NotificationListener addListener = new NotificationListener() {
122 private static class CountListener implements NotificationListener {
/openjdk7/jdk/test/javax/management/relation/
H A DRelationNotificationSeqNoTest.java45 import javax.management.NotificationListener;
65 NotificationListener qListener = new NotificationListener() {

Completed in 85 milliseconds

12345