Searched refs:NotificationHandler (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DNotificationHandler.java39 * NotificationHandler} is used to consume the result of many {@code receive}
52 public interface NotificationHandler<T> { interface
H A DAbstractNotificationHandler.java43 implements NotificationHandler<T>
H A DSctpChannel.java796 NotificationHandler<T> handler)
H A DSctpMultiChannel.java615 NotificationHandler<T> handler)
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSctpChannelImpl.java35 import com.sun.nio.sctp.NotificationHandler;
131 NotificationHandler<T> handler) throws IOException {
H A DSctpMultiChannelImpl.java36 import com.sun.nio.sctp.NotificationHandler;
112 NotificationHandler<T> handler) throws IOException {
/openjdk7/jdk/make/com/sun/nio/sctp/
H A DFILES_java.gmk35 com/sun/nio/sctp/NotificationHandler.java \
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java110 private class NotificationHandler implements NotificationListener { class in class:JVM_MANAGEMENT_MIB_IMPL
203 private final NotificationHandler handler;
212 handler = new NotificationHandler();
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpChannelImpl.java53 import com.sun.nio.sctp.NotificationHandler;
728 NotificationHandler<T> handler)
735 NotificationHandler<T> handler,
884 NotificationHandler<T> handler,
H A DSctpMultiChannelImpl.java51 import com.sun.nio.sctp.NotificationHandler;
455 NotificationHandler<T> handler)
616 NotificationHandler<T> handler,

Completed in 81 milliseconds