public interface RpcHandler
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
call(RpcConnection conn,
    short objectId,
    short procId,
    java.lang.Object... args)
Called when a remote procedure call request is received for a particular
  object from the other end of the network connection. 
 | 
java.lang.Object call(RpcConnection conn, short objectId, short procId, java.lang.Object... args)