Interface ICommandResponseEntry


public interface ICommandResponseEntry
This entry holds the target server and response, it also may throw an exception on getResponse, if the invocation of the command has thrown an exception.
  • Method Details

    • getServer

      IServer getServer()
      Returns:
      the server object to which the call was made
    • getResponse

      Object getResponse() throws Exception
      Returns:
      - the object response of the command invocation
      Throws:
      Exception - - an exception which is thrown during the invocation of the command on the target server