assertEquals(AsynchCallbackTestServerRoot.THREAD_COUNT, threadCount);
String queueSize = (String) client.invoke(AsynchCallbackTestServerRoot.GET_QUEUE_SIZE);
assertEquals(AsynchCallbackTestServerRoot.QUEUE_SIZE, queueSize);
client.invoke(AsynchCallbackTestServerRoot.RESET);
client.removeListener(callbackHandler);
client.disconnect();
log.info(getName() + " PASSES");
}
protected abstract String getTransport();