Interface RemoteService

  • All Superinterfaces:
    java.rmi.Remote

    public interface RemoteService
    extends java.rmi.Remote

    RemoteService interface.

    Version:
    $Id: $Id
    Author:
    another
    • Method Detail

      • getEcho

        EchoResponse getEcho​(EchoRequest echoRequest)
                      throws java.rmi.RemoteException
        Converts echo request to echo response and return it. Is useful for for checking remote object availability
        Parameters:
        echoRequest - a EchoRequest object.
        Returns:
        converted EchoRequest to EchoResponse
        Throws:
        java.rmi.RemoteException - if any.