if (latch!=null) latch.await();
}
protected long countUpConnection() {
CounterLatch latch = connectionCounterLatch;
if (latch!=null) return latch.countUp();
else return -1;
}
protected long countDownConnection() {
CounterLatch latch = connectionCounterLatch;