Uses of Class
adams.flow.standalone.SSHConnection
-
Packages that use SSHConnection Package Description adams.flow.source adams.flow.transformer adams.multiprocess -
-
Uses of SSHConnection in adams.flow.source
Fields in adams.flow.source declared as SSHConnection Modifier and Type Field Description protected SSHConnection
SSHExec. m_Connection
the SSH connection to use. -
Uses of SSHConnection in adams.flow.transformer
Fields in adams.flow.transformer declared as SSHConnection Modifier and Type Field Description protected SSHConnection
ScpFrom. m_Connection
the SSH connection to use.protected SSHConnection
ScpTo. m_Connection
the SSH connection to use.protected SSHConnection
SFTPDelete. m_Connection
the SSH connection to use.protected SSHConnection
SFTPGet. m_Connection
the SSH connection to use.protected SSHConnection
SFTPSend. m_Connection
the SSH connection to use. -
Uses of SSHConnection in adams.multiprocess
Fields in adams.multiprocess declared as SSHConnection Modifier and Type Field Description protected SSHConnection
ScpJobRunner. m_Connection
the ssh connection to use.protected SSHConnection
ScpJobRunner.RemoteJobRunner. m_Connection
the ssh connection to use.
-