Class RMIRemoteCommandConnectionImpl

    • Method Detail

      • executeCommand

        public Object executeCommand​(Command command)
                              throws RemoteException
        INTERNAL: No support currently exists for returning the result of the command execution. Currently only null is returned on success. On failure an error string is returned (to avoid returning an object/exception that may not exist on the sending side).
        Specified by:
        executeCommand in interface RMIRemoteCommandConnection
        Parameters:
        command - TODO
        Returns:
        TODO
        Throws:
        RemoteException - TODO
      • executeCommand

        public Object executeCommand​(byte[] command)
                              throws RemoteException
        INTERNAL: No support currently exists for returning the result of the command execution. Currently only null is returned on success. On failure an error string is returned (to avoid returning an object/exception that may not exist on the sending side).
        Specified by:
        executeCommand in interface RMIRemoteCommandConnection
        Parameters:
        command - TODO
        Returns:
        TODO
        Throws:
        RemoteException - TODO