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

1234

/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/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/test/javax/management/notification/
H A DFilterExceptionTest.java55 public void handleNotification(Notification n, Object hb) {
H A DNotifExecutorTest.java53 public void handleNotification(Notification n, Object hb) {
134 public void handleNotification(Notification notif, Object handback) { method in class:NotifExecutorTest.MyListener
H A DBroadcasterSupportDeadlockTest.java92 public void handleNotification(Notification n, Object h) {}
/openjdk7/jdk/test/javax/management/MBeanServer/
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
H A DMBeanServerNotificationTest.java106 public void handleNotification(Notification notification,
H A DNotifDeadlockTest.java46 * ----- XListener.handleNotification
91 public void handleNotification(Notification not, Object handback) { method in class:NotifDeadlockTest.XListener
/openjdk7/jdk/test/javax/management/modelmbean/
H A DLoggingExceptionTest.java63 public void handleNotification(Notification notification,
/openjdk7/jdk/test/javax/management/timer/
H A DStartTest.java85 public void handleNotification(Notification n, Object hb) {
89 ">>> myListener-handleNotification: received " +
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DListenerScaleTest.java90 public void handleNotification(Notification n, Object h) {
124 public void handleNotification(Notification n, Object h) {}
H A DAddRemoveTest.java84 public void handleNotification(Notification n, Object o) {
H A DEmptyDomainNotificationTest.java65 public void handleNotification(Notification n, Object h) { method in class:EmptyDomainNotificationTest.Listener
67 "EmptyDomainNotificationTest-Listener-handleNotification: receives:" + n);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirAgent.java108 public void handleNotification(Notification notification,
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
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
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
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java50 public void handleNotification(Notification notif, Object handback) { method in class:GarbageCollectionNotificationTest.GcListener
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorTest.java85 public void handleNotification(Notification notification, method in class:CounterMonitorTest
88 echo("\tInside handleNotification...");
103 echo("\tError in handleNotification!");
/openjdk7/jdk/test/javax/management/relation/
H A DRelationNotificationSeqNoTest.java66 public void handleNotification(Notification notification,
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionListenerNullTest.java83 public void handleNotification(Notification notification,
H A DDeadLockTest.java122 public void handleNotification(Notification n, Object h) { method in class:DeadLockTest.MyListener
H A DRMIExitTest.java102 public void handleNotification(Notification n,
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DUserClassLoaderTest.java46 public void handleNotification(Notification notification, Object handback) {

Completed in 77 milliseconds

1234