Invoke jobs via Remote Shell (rsh) command, run it as user 'sfiadmin' on the local machine like Director 3.x run_asroot did:
More...
Public Member Functions |
| DirectorRSHInvoker () |
| DirectorRSHInvoker (String name) |
| 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 |
Invoke jobs via Remote Shell (rsh) command, run it as user 'sfiadmin' on the local machine like Director 3.x run_asroot did:
su - sfiadmin -c rsh <remotesystem> -l root ...