disp=new RpcDispatcher(channel, null, this, this,
false, // no deadlock detection
false); // no concurrent processing on incoming method calls
// disp.setConcurrentProcessing(true);
disp.setMethodLookup(new MethodLookup() {
public Method findMethod(short id) {
return METHODS[0];
}
});