psdi.iface.router

Class SSHHandler

    • Field Detail

      • INTEGRATIONLOGGER

        public static final MXLogger INTEGRATIONLOGGER
        Integration logger for logging messages related to MAXIMO startup.
      • sshConnectionObj

        public com.ibm.tivoli.remoteaccess.SSHProtocol sshConnectionObj
        Remote connection object
    • Constructor Detail

      • SSHHandler

        public SSHHandler()
      • SSHHandler

        public SSHHandler(MaxEndPointInfo endPointInfo)
        Parameters:
        endPointInfo -
    • Method Detail

      • getProperties

        public java.util.List getProperties()
        Specified by:
        getProperties in interface RouterHandler
        Returns:
        the List of supported properties.
      • getUserId

        public java.lang.String getUserId()
        Returns:
        the userid.
      • getHost

        public java.lang.String getHost()
        Returns:
        the hostname.
      • getPort

        public int getPort()
        Returns:
        the port number.
      • getRetryInterval

        public int getRetryInterval()
        Returns:
        connection retry interval.
      • getMaxRetry

        public int getMaxRetry()
        Returns:
        connection maximum retry times.
      • getIgnoreSetupErr

        public boolean getIgnoreSetupErr()
        Returns:
        the setup error ignore flag.
      • getSshExitName

        public java.lang.String getSshExitName()
        Returns:
        the exit class name.
      • getConnTimeOut

        public int getConnTimeOut()
        Returns:
        the max. amount of time to establish connection.
      • getCmdTimeOut

        public int getCmdTimeOut()
        Returns:
        the max. amount of time to execute cmd.