Package net.sf.basedb.opengrid
Class RemoteSession
- All Implemented Interfaces:
Closeable
,AutoCloseable
A remote session to a
RemoteHost
. No extra
functionality is provided here.- Since:
- 1.0
- Author:
- nicklas
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.basedb.opengrid.AbstractSession
AbstractSession.CloseResourceOutputStream, AbstractSession.UploadSourceWrapper
-
Constructor Summary
ModifierConstructorDescriptionprotected
RemoteSession
(RemoteHost remote, net.schmizz.sshj.SSHClient ssh) Session are typically created fromRemoteHost.connect(int)
. -
Method Summary
Methods inherited from class net.sf.basedb.opengrid.AbstractSession
close, downloadFile, execute, executeCmd, getHost, getMetadata, isClosed, mkdirs, readFile, uploadFile, writeFile
-
Constructor Details
-
RemoteSession
Session are typically created fromRemoteHost.connect(int)
.
-