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 SSHConnectionSSHExec. m_Connectionthe 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 SSHConnectionScpFrom. m_Connectionthe SSH connection to use.protected SSHConnectionScpTo. m_Connectionthe SSH connection to use.protected SSHConnectionSFTPDelete. m_Connectionthe SSH connection to use.protected SSHConnectionSFTPGet. m_Connectionthe SSH connection to use.protected SSHConnectionSFTPSend. m_Connectionthe SSH connection to use. -
Uses of SSHConnection in adams.multiprocess
Fields in adams.multiprocess declared as SSHConnection Modifier and Type Field Description protected SSHConnectionScpJobRunner. m_Connectionthe ssh connection to use.protected SSHConnectionScpJobRunner.RemoteJobRunner. m_Connectionthe ssh connection to use.
-