Searched refs:handleNotification (Results 1 - 25 of 102) sorted by relevance

12345

/openjdk10/jdk/src/jdk.sctp/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
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DNotificationListener.java47 public void handleNotification(Notification notification, Object handback); method in interface:NotificationListener
H A DNotificationBroadcasterSupport.java44 * <code>NotificationListener.handleNotification</code> method of each listener
46 * by overriding <code>handleNotification</code> in a subclass, or by passing an
52 * {@code handleNotification} (when no {@code Excecutor} is specified) throws an
82 * that calls the <code>handleNotification</code> method.
88 * will invoke the <code>handleNotification</code> method itself.
133 * with a command that calls the <code>handleNotification</code>
144 * invoke the <code>handleNotification</code> method itself.
263 * listener.handleNotification(notif, handback);
273 protected void handleNotification(NotificationListener listener, method in class:NotificationBroadcasterSupport
275 listener.handleNotification(noti
[all...]
/openjdk10/jdk/test/javax/management/notification/
H A DFilterExceptionTest.java56 public void handleNotification(Notification n, Object hb) {
H A DNotifExecutorTest.java54 public void handleNotification(Notification n, Object hb) {
135 public void handleNotification(Notification notif, Object handback) { method in class:NotifExecutorTest.MyListener
/openjdk10/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSendFailed.java117 public HandlerResult handleNotification( method in class:SendFailed.SendFailedNotificationHandler
124 public HandlerResult handleNotification( method in class:SendFailed.SendFailedNotificationHandler
134 public HandlerResult handleNotification( method in class:SendFailed.SendFailedNotificationHandler
146 public HandlerResult handleNotification( method in class:SendFailed.SendFailedNotificationHandler
154 public HandlerResult handleNotification( method in class:SendFailed.SendFailedNotificationHandler
/openjdk10/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/
H A DClient.java53 public void handleNotification(Notification notification, Object handback) {
70 public void handleNotification(Notification notification, Object handback) {
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DNewMBeanListenerTest.java49 public void handleNotification(Notification n, Object h) {
126 public synchronized void handleNotification(Notification n, Object h) { method in class:NewMBeanListenerTest.CountListener
H A DNotifDeadlockTest.java47 * ----- XListener.handleNotification
91 public void handleNotification(Notification not, Object handback) { method in class:NotifDeadlockTest.XListener
/openjdk10/jdk/test/javax/management/modelmbean/
H A DLoggingExceptionTest.java89 public void handleNotification(Notification notification,
/openjdk10/jdk/test/javax/management/security/
H A DSimpleListener.java38 public synchronized void handleNotification(Notification notification, method in class:SimpleListener
41 "SimpleListener::handleNotification :" + notification);
50 System.out.println("(ERROR) SimpleListener::handleNotification :"
H A DMBS_Light.java164 public synchronized void handleNotification(Notification notification, method in class:MBS_Light
167 "MBS_Light::handleNotification: " + notification);
168 listener.handleNotification(notification, handback);
/openjdk10/jdk/test/javax/management/timer/
H A DStartTest.java86 public void handleNotification(Notification n, Object hb) {
90 ">>> myListener-handleNotification: received " +
H A DMissingNotificationTest.java53 public synchronized void handleNotification(Notification notification, Object handback) { method in class:MissingNotificationTest.NotifListener
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DListenerScaleTest.java97 public void handleNotification(Notification n, Object h) {
131 public void handleNotification(Notification n, Object h) {}
H A DEmptyDomainNotificationTest.java66 public void handleNotification(Notification n, Object h) { method in class:EmptyDomainNotificationTest.Listener
68 "EmptyDomainNotificationTest-Listener-handleNotification: receives:" + n);
/openjdk10/hotspot/test/compiler/codecache/jmx/
H A DThresholdNotificationsTest.java79 public void handleNotification(Notification notification, Object handback) { method in class:ThresholdNotificationsTest
H A DPoolsIndependenceTest.java128 public void handleNotification(Notification notification, Object handback) { method in class:PoolsIndependenceTest
/openjdk10/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DReceiveIntoDirect.java219 public HandlerResult handleNotification( method in class:ReceiveIntoDirect.ReceiveNotificationHandler
226 public HandlerResult handleNotification( method in class:ReceiveIntoDirect.ReceiveNotificationHandler
240 public HandlerResult handleNotification( method in class:ReceiveIntoDirect.ReceiveNotificationHandler
248 public HandlerResult handleNotification( method in class:ReceiveIntoDirect.ReceiveNotificationHandler
H A DCommUp.java311 public HandlerResult handleNotification( method in class:CommUp.CommUpNotificationHandler
318 public synchronized HandlerResult handleNotification( method in class:CommUp.CommUpNotificationHandler
334 public HandlerResult handleNotification( method in class:CommUp.CommUpNotificationHandler
H A DBind.java304 public HandlerResult handleNotification( method in class:Bind.BindNotificationHandler
312 public HandlerResult handleNotification( method in class:Bind.BindNotificationHandler
320 public HandlerResult handleNotification( method in class:Bind.BindNotificationHandler
/openjdk10/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionListenerNullTest.java73 public void handleNotification(Notification notification,
/openjdk10/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorShutdownTest.java142 public void handleNotification(Notification n, Object h) { method in class:ExecutorShutdownTest.SemaphoreListener
/openjdk10/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java53 public void handleNotification(Notification notif, Object handback) { method in class:GarbageCollectionNotificationTest.GcListener

Completed in 204 milliseconds

12345