Interface RpcHandler


public interface RpcHandler
Implementations of this interface can be registered with the RpcClientService or RpcHostService to handle the remote procedure calls for a given object or objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    call(RpcConnection conn, short objectId, short procId, Object... args)
    Called when a remote procedure call request is received for a particular object from the other end of the network connection.
  • Method Details

    • call

      Object call(RpcConnection conn, short objectId, short procId, Object... args)
      Called when a remote procedure call request is received for a particular object from the other end of the network connection.