Package net.sf.basedb.opengrid
Class RemoteHost
A regular remote host that we can connect to via SSH.
- Since:
- 1.0
- Author:
- nicklas
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class net.sf.basedb.opengrid.AbstractHost
getConnectionInfo, internalConnect, toString
-
Constructor Details
-
RemoteHost
Create a new remote host instance.- Parameters:
ci
- Connection information to the remote host (will be locked for changes after this call)
-
-
Method Details
-
connect
Connect to the remote host.- Specified by:
connect
in classAbstractHost<RemoteSession>
- Parameters:
timeout
- Timeout in seconds for the connection to be established
-