Searched refs:AssociationChangeNotification (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DAssociationChangeNotification.java32 public abstract class AssociationChangeNotification class in inherits:Notification
75 protected AssociationChangeNotification() {} method in class:AssociationChangeNotification
H A DAbstractNotificationHandler.java36 * AssociationChangeNotification}, {@link PeerAddressChangeNotification},
70 * Invoked when an {@link AssociationChangeNotification} is received from
82 public HandlerResult handleNotification(AssociationChangeNotification notification,
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpAssocChange.java28 import com.sun.nio.sctp.AssociationChangeNotification;
31 * An implementation of AssociationChangeNotification
33 public class SctpAssocChange extends AssociationChangeNotification
H A DSctpChannelImpl.java47 import com.sun.nio.sctp.AssociationChangeNotification;
870 AssociationChangeNotification not, T unused) {
872 AssociationChangeNotification.AssocChangeEvent.COMM_UP) &&
H A DSctpMultiChannelImpl.java46 import com.sun.nio.sctp.AssociationChangeNotification;
594 AssociationChangeNotification not, T unused) {
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DCommUp.java40 import com.sun.nio.sctp.AssociationChangeNotification;
41 import com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent;
319 AssociationChangeNotification notification, Object attachment) {
321 debug("AssociationChangeNotification");
H A DReceive.java39 import com.sun.nio.sctp.AssociationChangeNotification;
40 import com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent;
305 AssociationChangeNotification notification, Object attachment) {
307 debug("AssociationChangeNotification");
H A DSend.java40 import com.sun.nio.sctp.AssociationChangeNotification;
41 import com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent;
426 AssociationChangeNotification notification, Void attachment) {
429 debug("AssociationChangeNotification");
H A DBind.java40 import com.sun.nio.sctp.AssociationChangeNotification;
305 AssociationChangeNotification acn, Object unused)
307 debug("AssociationChangeNotification: " + acn);
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java40 import com.sun.nio.sctp.AssociationChangeNotification;
41 import com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent;
239 AssociationChangeNotification notification, Object attachment) {
241 debug("AssociationChangeNotification");
H A DSocketOptionTests.java41 import com.sun.nio.sctp.AssociationChangeNotification;
42 import com.sun.nio.sctp.AssociationChangeNotification.AssocChangeEvent;
241 AssociationChangeNotification notification, Object attachment) {
243 debug("AssociationChangeNotification");
/openjdk7/jdk/make/com/sun/nio/sctp/
H A DFILES_java.gmk28 com/sun/nio/sctp/AssociationChangeNotification.java \

Completed in 90 milliseconds