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

1234

/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSubjectDelegation3Test.java200 public void handleNotification(Notification notification,
/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java213 public void handleNotification(Notification n, Object h) { method in class:ExecutorTest.SemaphoreListener
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java274 public void handleNotification(Notification n, Object h) { method in class:OldMBeanServerTest.CountListener
939 public void handleNotification( method in class:OldMBeanServerTest.OldMBeanServer.IdentityListener
941 userListener.handleNotification(notification, handback);
968 public void handleNotification( method in class:OldMBeanServerTest.OldMBeanServer.RewriteListener
972 userListener.handleNotification(notification, handback);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java765 public void handleNotification(Notification notif, Object handback) { method in class:ArrayNotificationBuffer.BufferListener
767 logger.debug("BufferListener.handleNotification",
797 public void handleNotification(Notification notif,
799 logger.debug("creationListener", "handleNotification called");
H A DClientNotifForwarder.java575 l.handleNotification(notif, h);
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpChannelImpl.c359 jboolean handleNotification function
476 if (handleNotification(env, fd, resultContainerObj, snp, rv,
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSocketOptionTests.java240 public HandlerResult handleNotification( method in class:SocketOptionTests.SOTNotificationHandler
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DValidateOpenTypes.java300 public void handleNotification(Notification notif, Object handback) { method in class:ValidateOpenTypes.MyListener
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java354 public void handleNotification(Notification n, Object h) { method in class:ConnectionTest.LogListener
H A DIdleTimeoutTest.java136 public void handleNotification(Notification n, method in class:IdleTimeoutTest.NotificationCounter
H A DBrokenConnectionTest.java449 public synchronized void handleNotification(Notification n, Object h) { method in class:BrokenConnectionTest.CountListener
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationAccessControllerTest.java143 public void handleNotification(Notification n, Object h) { method in class:NotificationAccessControllerTest.Listener
144 echo("handleNotification:");
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanDirConfigTest.java222 public void handleNotification(Notification notification,
H A DScanManagerTest.java180 public void handleNotification(Notification notification,
/openjdk7/jdk/test/javax/management/monitor/
H A DAttributeArbitraryDataTypeTest.java186 public void handleNotification(Notification notification, method in class:AttributeArbitraryDataTypeTest
189 echo("\tInside handleNotification...");
217 echo("\tError in handleNotification!");
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java111 public void handleNotification(Notification notification, method in class:JVM_MANAGEMENT_MIB_IMPL.NotificationHandler
113 log.debug("handleNotification", "Received notification [ " +
130 log.error("handleNotification",
190 log.error("handleNotification",
241 log.debug("handleNotification", "Sending trap to " +
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXSheet.java671 public void handleNotification(Notification e, Object handback) { method in class:XSheet
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1738 public void handleNotification(Notification notification, method in class:DefaultMBeanServerInterceptor.ListenerWrapper
1754 listener.handleNotification(notification, handback);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java2229 listener.handleNotification(notification,handback) ;
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationService.java2417 public void handleNotification(Notification notif, method in class:RelationService
2426 "handleNotification", notif);
2485 "handleNotification");

Completed in 108 milliseconds

1234