psdi.iface.app.common

Interface CommandLineConstants

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CL_CMD_ARG
      command parameter.
      static java.lang.String CL_CMD_PATTERN
      Service invoke command pattern
      static java.lang.String CL_ENV_SETUP_CMD
      environment setup command.
      static java.lang.String CL_WORKING_DIR
      working dir path on remote system.
      static java.lang.String CLRESPONSEERR
      Response stderr.
      static java.lang.String CLRESPONSEOUT
      Response stdout.
      static java.lang.String CLRETURNCODE
      Response return code.
      static java.lang.String CMDTIMEOUT
      The maximum amount of time to wait (in seconds) execute cmd on remote system.
      static java.lang.String CONNTIMEOUT
      The maximum amount of time to wait (in seconds) to establish a connection with the remote system.
      static java.lang.String HOST
      remote system host name.
      static java.lang.String IGNORE_SETUP_ERR
      ignore setup error flag.
      static java.lang.String MAX_RETRY
      remote system connection maximum retries.
      static java.lang.String PORTNO
      remote system port no for SSH, if otherthan 22 is used.
      static java.lang.String RETRY_INTERVAL
      remote system connection retry interval in seconds.
      static java.lang.String SSHEXIT
      ssh exit class name property to process request and response data.
    • Field Detail

      • HOST

        static final java.lang.String HOST
        remote system host name. Required.
        See Also:
        Constant Field Values
      • PORTNO

        static final java.lang.String PORTNO
        remote system port no for SSH, if otherthan 22 is used.
        See Also:
        Constant Field Values
      • IGNORE_SETUP_ERR

        static final java.lang.String IGNORE_SETUP_ERR
        ignore setup error flag.
        See Also:
        Constant Field Values
      • RETRY_INTERVAL

        static final java.lang.String RETRY_INTERVAL
        remote system connection retry interval in seconds.
        See Also:
        Constant Field Values
      • MAX_RETRY

        static final java.lang.String MAX_RETRY
        remote system connection maximum retries.
        See Also:
        Constant Field Values
      • SSHEXIT

        static final java.lang.String SSHEXIT
        ssh exit class name property to process request and response data.
        See Also:
        Constant Field Values
      • CONNTIMEOUT

        static final java.lang.String CONNTIMEOUT
        The maximum amount of time to wait (in seconds) to establish a connection with the remote system.
        See Also:
        Constant Field Values
      • CMDTIMEOUT

        static final java.lang.String CMDTIMEOUT
        The maximum amount of time to wait (in seconds) execute cmd on remote system.
        See Also:
        Constant Field Values
      • CLRETURNCODE

        static final java.lang.String CLRETURNCODE
        Response return code.
        See Also:
        Constant Field Values
      • CLRESPONSEOUT

        static final java.lang.String CLRESPONSEOUT
        Response stdout.
        See Also:
        Constant Field Values
      • CLRESPONSEERR

        static final java.lang.String CLRESPONSEERR
        Response stderr.
        See Also:
        Constant Field Values
      • CL_CMD_PATTERN

        static final java.lang.String CL_CMD_PATTERN
        Service invoke command pattern
        See Also:
        Constant Field Values
      • CL_WORKING_DIR

        static final java.lang.String CL_WORKING_DIR
        working dir path on remote system.
        See Also:
        Constant Field Values
      • CL_ENV_SETUP_CMD

        static final java.lang.String CL_ENV_SETUP_CMD
        environment setup command.
        See Also:
        Constant Field Values
      • CL_CMD_ARG

        static final java.lang.String CL_CMD_ARG
        command parameter.
        See Also:
        Constant Field Values