Searched refs:seqNo (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationSender.java73 return ++seqNo;
76 private static long seqNo = 0; field in class:NotificationSender
/openjdk7/jdk/test/javax/management/relation/
H A DRelationNotificationSeqNoTest.java98 long seqNo = firstNotif.getSequenceNumber();
102 if (nSeqNo != seqNo + 1) {
104 "TEST FAILED: expected seqNo " + (seqNo + 1) + "; got " +
107 seqNo++;
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java535 synchronized NamedNotification notificationAt(long seqNo) { argument
536 long index = seqNo - earliestSequenceNumber;
538 final String msg = "Bad sequence number: " + seqNo + " (earliest "
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DRelationService.java3576 Long seqNo = atomicSeqNo.incrementAndGet();
3592 seqNo.longValue(),
3607 seqNo.longValue(),

Completed in 1041 milliseconds