Node Director
|
Classes extending Invoker implement ways of submitting and executing jobs on remote systems. More...
Public Member Functions | |
Invoker () | |
Invoker (String name) | |
String | name () |
abstract boolean | accept (RemoteJob job) |
abstract Connection | connect (RemoteJob job) |
void | bootstrap (String host, RemoteFile pkg, Vector commands) throws DirectorException |
Protected Member Functions | |
void | setName (String name) |
Classes extending Invoker implement ways of submitting and executing jobs on remote systems.
sfi.director.invoker.Invoker.Invoker | ( | ) |
sfi.director.invoker.Invoker.Invoker | ( | String | name | ) |
|
pure virtual |
void sfi.director.invoker.Invoker.bootstrap | ( | String | host, |
RemoteFile | pkg, | ||
Vector | commands | ||
) | throws DirectorException |
References sfi.director.invoker.Invoker.name().
Referenced by sfi.director.invoker.InvokerManager.bootstrap().
|
pure virtual |
Implements sfi.director.util.FWManagerDriver.
String sfi.director.invoker.Invoker.name | ( | ) |
|
protected |
References sfi.director.invoker.Invoker.name().
Referenced by sfi.director.invoker.Invoker.Invoker().