Searched defs:handleNotification (Results 1 - 25 of 61) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationListener.java47 public void handleNotification(Notification notification, Object handback); method in interface:NotificationListener
H A DNotificationBroadcasterSupport.java43 * <code>NotificationListener.handleNotification</code> method of each listener
45 * by overriding <code>handleNotification</code> in a subclass, or by passing an
51 * {@code handleNotification} (when no {@code Excecutor} is specified) throws an
81 * that calls the <code>handleNotification</code> method.
87 * will invoke the <code>handleNotification</code> method itself.
132 * with a command that calls the <code>handleNotification</code>
143 * invoke the <code>handleNotification</code> method itself.
262 * listener.handleNotification(notif, handback);
272 protected void handleNotification(NotificationListener listener, method in class:NotificationBroadcasterSupport
274 listener.handleNotification(noti
[all...]
/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DAbstractNotificationHandler.java30 * <P> This class trivially implements the {@code handleNotification} methods to
34 * <P> It also provides overloaded versions of the {@code handleNotification}
64 public HandlerResult handleNotification(Notification notification, method in class:AbstractNotificationHandler
82 public HandlerResult handleNotification(AssociationChangeNotification notification, method in class:AbstractNotificationHandler
100 public HandlerResult handleNotification(PeerAddressChangeNotification notification, method in class:AbstractNotificationHandler
118 public HandlerResult handleNotification(SendFailedNotification notification, method in class:AbstractNotificationHandler
136 public HandlerResult handleNotification(ShutdownNotification notification, method in class:AbstractNotificationHandler
H A DNotificationHandler.java32 * notification is received the {@linkplain #handleNotification
33 * handleNotification} method of the handler is invoked to handle that
64 HandlerResult handleNotification(Notification notification, T attachment); method in interface:NotificationHandler
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java51 public void handleNotification(Notification notif, Object handback) { method in class:GarbageCollectionNotificationContentTest.GcListener
H A DGarbageCollectionNotificationTest.java50 public void handleNotification(Notification notif, Object handback) { method in class:GarbageCollectionNotificationTest.GcListener
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest2.java46 public void handleNotification(Notification notif, Object handback) { method in class:LowMemoryTest2.SensorListener
H A DMemoryManagement.java54 public void handleNotification(Notification notif, Object handback) { method in class:MemoryManagement.SensorListener
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java46 * ----- XListener.handleNotification
91 public void handleNotification(Notification not, Object handback) { method in class:NotifDeadlockTest.XListener
H A DNewMBeanListenerTest.java48 public void handleNotification(Notification n, Object h) {
125 public synchronized void handleNotification(Notification n, Object h) { method in class:NewMBeanListenerTest.CountListener
/openjdk7/jdk/test/javax/management/modelmbean/
H A DAddAttributeChangeNotificationListenerTest.java201 public void handleNotification(Notification acn, Object handback) { method in class:AddAttributeChangeNotificationListenerTest.ModelMBeanListener
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorInitThresholdTest.java65 public void handleNotification(Notification n, Object hb) { method in class:CounterMonitorInitThresholdTest.Listener
H A DNonComparableAttributeValueTest.java61 public void handleNotification(Notification notification, method in class:NonComparableAttributeValueTest
64 echo("\tInside handleNotification...");
77 echo("\tError in handleNotification!");
H A DNullAttributeValueTest.java61 public void handleNotification(Notification notification, method in class:NullAttributeValueTest
64 echo("\tInside handleNotification...");
77 echo("\tError in handleNotification!");
H A DCounterMonitorTest.java85 public void handleNotification(Notification notification, method in class:CounterMonitorTest
88 echo("\tInside handleNotification...");
103 echo("\tError in handleNotification!");
H A DCounterMonitorThresholdTest.java73 public void handleNotification(Notification n, Object hb) { method in class:CounterMonitorThresholdTest.Listener
H A DReflectionExceptionTest.java78 public void handleNotification(Notification notification, Object handback) { method in class:ReflectionExceptionTest
H A DRuntimeExceptionTest.java77 public void handleNotification(Notification notification, Object handback) { method in class:RuntimeExceptionTest
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DDeadLockTest.java122 public void handleNotification(Notification n, Object h) { method in class:DeadLockTest.MyListener
H A DIdleTimeoutTest.java136 public void handleNotification(Notification n, method in class:IdleTimeoutTest.NotificationCounter
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DEmptyDomainNotificationTest.java65 public void handleNotification(Notification n, Object h) { method in class:EmptyDomainNotificationTest.Listener
67 "EmptyDomainNotificationTest-Listener-handleNotification: receives:" + n);
H A DRMINotifTest.java170 public void handleNotification(Notification notif, Object handback) { method in class:RMINotifTest.Listener
H A DServerNotifs.java142 public void handleNotification(Notification n, Object o) { method in class:ServerNotifs.MyListener
/openjdk7/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java53 public void handleNotification(Notification n, Object hb) {
134 public void handleNotification(Notification notif, Object handback) { method in class:NotifExecutorTest.MyListener
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java71 public void handleNotification(Notification notification, method in class:NotificationEmitterProxy.CounterListener

Completed in 82 milliseconds

123