Interface IRemoteApp

  • All Superinterfaces:
    java.rmi.Remote

    public interface IRemoteApp
    extends java.rmi.Remote
    RMI interface for an application. Currently only execute is used and supported.
    • Method Detail

      • execute

        ResponseTrans execute​(RequestTrans param)
                       throws java.rmi.RemoteException
        Parameters:
        param - ...
        Returns:
        ...
        Throws:
        java.rmi.RemoteException - ...
      • ping

        void ping()
           throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException - ...