Public Member Functions |
| | RSHInvoker () |
| | RSHInvoker (String name) |
| | RSHInvoker (String name, String localuser, String remoteuser) |
| | RSHInvoker (String name, String localuser, String remoteuser, String remotecmd, String rshcmd) |
| boolean | accept (RemoteJob job) |
| Connection | connect (final RemoteJob job) |
| void | bootstrap (String host, RemoteFile pkg, final Vector commands) throws DirectorException |
| | StreamCmdInvoker () |
| | StreamCmdInvoker (String name) |
| | StreamCmdInvoker (String name, String cmd) |
| Connection | connect (final RemoteJob job, final String cmd[]) |
| Connection | connect (final RemoteJob job, final String cmd) |
| | Invoker () |
| | Invoker (String name) |
| String | name () |
| abstract Connection | connect (RemoteJob job) |
| void | bootstrap (String host, RemoteFile pkg, Vector commands) throws DirectorException |
Protected Member Functions |
| String | getPreferredHost (String host) |
| void | shellbootstrap (InputStream in, Vector commands, OutputStream out, Vector status) throws IOException,DirectorException |
| void | alternateBootstrap (String host, RemoteFile pkg, final Vector commands) throws DirectorException |
Constructor & Destructor Documentation
| sfi.director.invoker.RSHInvoker.RSHInvoker |
( |
| ) |
|
| sfi.director.invoker.RSHInvoker.RSHInvoker |
( |
String |
name | ) |
|
| sfi.director.invoker.RSHInvoker.RSHInvoker |
( |
String |
name, |
|
|
String |
localuser, |
|
|
String |
remoteuser |
|
) |
| |
| sfi.director.invoker.RSHInvoker.RSHInvoker |
( |
String |
name, |
|
|
String |
localuser, |
|
|
String |
remoteuser, |
|
|
String |
remotecmd, |
|
|
String |
rshcmd |
|
) |
| |
Member Function Documentation
| boolean sfi.director.invoker.RSHInvoker.accept |
( |
RemoteJob |
job | ) |
|
|
virtual |
| void sfi.director.invoker.RSHInvoker.alternateBootstrap |
( |
String |
host, |
|
|
RemoteFile |
pkg, |
|
|
final Vector |
commands |
|
) |
| throws DirectorException |
|
protected |
| String sfi.director.invoker.RSHInvoker.getPreferredHost |
( |
String |
host | ) |
|
|
protected |
| void sfi.director.invoker.RSHInvoker.shellbootstrap |
( |
InputStream |
in, |
|
|
Vector |
commands, |
|
|
OutputStream |
out, |
|
|
Vector |
status |
|
) |
| throws IOException,DirectorException |
|
protected |
The documentation for this class was generated from the following file: