ServiceInvocationStruct message = new ServiceInvocationStruct(args, method.getName(),ODBCServerRemote.class);
channel.write(message);
return null;
}
});
this.server = new ODBCServerRemoteImpl(this, authType, driver) {
@Override
protected synchronized void doneExecuting() {
super.doneExecuting();
while (!server.isExecuting()) {
PGRequest request = messageQueue.poll();