if(lastError != null) throw lastError;
if (stopListener)
configContext.getListenerManager().stop();
serviceClient.cleanup();
}
// Scan through lists of old and new incoming sequences, to find the sequence that
// was established by this test. Note that some of the old sequences may have timed out.
private SequenceReport getNewReport(List<SequenceReport> incomingSequences, List<SequenceReport> oldIncomingReports) {