Node Director
|
The job package implements both Job classes whose instances represent actions to be taken on target systems as well as JobNode classes glueing jobs together into workflows. More...
Classes | |
class | CatchAllLogsJob |
class | Job |
class | JobLogger |
This logger logs log messages to a given job via the Job.log() method. More... | |
class | JobMonitor |
class | JobNode |
class | JobStatus |
interface | Notifiable |
class | NullJob |
class | RawJobMonitor |
class | RemoteJob |
The job package implements both Job classes whose instances represent actions to be taken on target systems as well as JobNode classes glueing jobs together into workflows.
The most important kind of job is the RemoteJob class. RemoteJobs are basically jobs bound to a (remote) target system. They will only execute (via the invoker/executor mechanism) on this respective host.