Uses of Class
fr.ifremer.isisfish.util.ssh.SSHException
Packages that use SSHException
-
Uses of SSHException in fr.ifremer.isisfish.simulator.launcher
Methods in fr.ifremer.isisfish.simulator.launcher that throw SSHExceptionModifier and TypeMethodDescriptionprotected voidSSHSimulatorLauncher.sendStartSimulationRequest(com.jcraft.jsch.Session session, String simulationId, String scriptRemotePath, int lastSimulationNumber) Add script in remote qsub queue.protected voidSSHSimulatorLauncher.sendStopSimulationRequest(com.jcraft.jsch.Session session, String simulationId) Send qdel request on job. -
Uses of SSHException in fr.ifremer.isisfish.util.ssh
Methods in fr.ifremer.isisfish.util.ssh that throw SSHExceptionModifier and TypeMethodDescriptionprotected static voidSSHUtils.doSingleTransfer(com.jcraft.jsch.Session session, File localFile, String remoteFilePath) static intExec command on remote server.static intExec command on remote server.protected static voidSSHUtils.parseAndFetchFile(String serverResponse, File localFile, OutputStream out, InputStream in, ProgressMonitor monitor) static voidDownload a local file from remote server and check md5sum.static voidSSHUtils.scpFrom(com.jcraft.jsch.Session session, String remoteFileName, File localFile, ProgressMonitor monitor) Download a local file from remote server and check md5sum.static voidUpload file on remote server.protected static voidSSHUtils.sendFileToRemote(File localFile, InputStream in, OutputStream out) static voidPerform sftp file transfert.static voidPerform sftp file transfert.protected static voidSSHUtils.startRemoteCpProtocol(InputStream in, OutputStream out, File localFile, ProgressMonitor monitor) protected static voidSSHUtils.waitForAck(InputStream in) Reads the response, throws a BuildException if the response indicates an error.