new RequestHandlerMock(MAX_Q, RemoteAccessServiceConstants.INTERFACE_ID, ops));
dispatcher.start();
dispatcher.waitForStartup();
// setup the client
ProxyAccessClientAdapter testClient = new ProxyAccessClientAdapter(client, null);
// run some test operations
int result = testClient.getDatabase(testDatabaseName,
config.getInetSocketAddress()).get();
assertEquals(testDatabaseID, result);
}