Searched defs:receivedCommUp (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DReceive.java128 check(handler.receivedCommUp(), "SCTP_COMM_UP not received");
196 check(handler2.receivedCommUp(), "SCTP_COMM_UP not received");
286 boolean receivedCommUp; // false field in class:Receive.ReceiveNotificationHandler
292 public boolean receivedCommUp() { method in class:Receive.ReceiveNotificationHandler
293 return receivedCommUp;
312 receivedCommUp = true;
H A DSend.java236 check(handler.receivedCommUp(), "should have received COMM_UP");
401 boolean receivedCommUp; // false field in class:Send.SendNotificationHandler
405 public boolean receivedCommUp() { method in class:Send.SendNotificationHandler
406 return receivedCommUp;
434 receivedCommUp = true;
H A DCommUp.java176 check(clientHandler.receivedCommUp(),
271 check(serverHandler.receivedCommUp(),
296 private boolean receivedCommUp; // false field in class:CommUp.CommUpNotificationHandler
298 public synchronized boolean receivedCommUp() { method in class:CommUp.CommUpNotificationHandler
299 return receivedCommUp;
303 while (receivedCommUp == false) {
326 receivedCommUp = true;
/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java119 check(handler.receivedCommUp(), "COMM_UP no received");
231 boolean receivedCommUp; // false field in class:Branch.BranchNotificationHandler
233 boolean receivedCommUp() { method in class:Branch.BranchNotificationHandler
234 return receivedCommUp;
246 receivedCommUp = true;
H A DSocketOptionTests.java185 check(handler.receivedCommUp(), "COMM_UP no received");
233 boolean receivedCommUp; // false field in class:SocketOptionTests.SOTNotificationHandler
235 boolean receivedCommUp() { method in class:SocketOptionTests.SOTNotificationHandler
236 return receivedCommUp;
248 receivedCommUp = true;

Completed in 486 milliseconds