Node Director
|
Public Member Functions | |
JobStatus () | |
JobStatus (String status) | |
JobStatus (JobStatus status) | |
JobStatus (DBObject db) | |
void | setStatus (JobStatus status) |
String | getStatus () |
boolean | isFinal () |
String | toString () |
DBObject | todb () |
void | todb (DBObject dbo) |
boolean | equals (JobStatus status) |
Static Public Attributes | |
static JobStatus | setup = new JobStatus( "setup" ) |
static JobStatus | wait = new JobStatus( "wait" ) |
static JobStatus | runnable = new JobStatus( "runnable" ) |
static JobStatus | running = new JobStatus( "running" ) |
static JobStatus | aborted = new JobStatus( "aborted" ) |
static JobStatus | done = new JobStatus( "done" ) |
static JobStatus | failed = new JobStatus( "failed" ) |
sfi.director.jobs.JobStatus.JobStatus | ( | ) |
References sfi.director.jobs.JobStatus.setup, and sfi.director.jobs.JobStatus.toString().
sfi.director.jobs.JobStatus.JobStatus | ( | String | status | ) |
sfi.director.jobs.JobStatus.JobStatus | ( | JobStatus | status | ) |
References sfi.director.jobs.JobStatus.toString().
sfi.director.jobs.JobStatus.JobStatus | ( | DBObject | db | ) |
References sfi.director.repository.DBObject.getEValue().
boolean sfi.director.jobs.JobStatus.equals | ( | JobStatus | status | ) |
Referenced by sfi.director.invoker.StreamConnection.agentlistener(), sfi.director.jobs.Job.commit(), sfi.director.util.Tools.executeLocalqueue(), sfi.director.schedule.SimpleScheduler.goThroughVector(), sfi.director.jobs.RemoteJob.invoke(), sfi.director.jobs.JobStatus.isFinal(), sfi.director.jobs.JobNode.Notify(), sfi.director.schedule.ParallelScheduler.parallelizedExec(), sfi.director.schedule.Scheduler.removeOldJobs(), sfi.director.cli.queuestat.run(), sfi.director.jobs.Job.setStatus(), and sfi.director.application.objevents.Workflow.watch().
String sfi.director.jobs.JobStatus.getStatus | ( | ) |
Referenced by sfi.director.jobs.JobStatus.toString().
boolean sfi.director.jobs.JobStatus.isFinal | ( | ) |
References sfi.director.jobs.JobStatus.aborted, sfi.director.jobs.JobStatus.done, sfi.director.jobs.JobStatus.equals(), and sfi.director.jobs.JobStatus.failed.
Referenced by sfi.director.jobs.JobMonitor.monitor(), sfi.director.schedule.ParallelScheduler.removeOldJobs(), sfi.director.jobs.Job.setStatus(), sfi.director.jobs.JobMonitor.statusChange(), and sfi.director.application.objevents.Workflow.watch().
void sfi.director.jobs.JobStatus.setStatus | ( | JobStatus | status | ) |
References sfi.director.jobs.JobStatus.toString().
DBObject sfi.director.jobs.JobStatus.todb | ( | ) |
Implements sfi.director.repository.DBFiable.
Referenced by sfi.director.jobs.Job.todb().
void sfi.director.jobs.JobStatus.todb | ( | DBObject | dbo | ) |
Implements sfi.director.repository.DBFiable.
References sfi.director.jobs.JobStatus.toString().
String sfi.director.jobs.JobStatus.toString | ( | ) |
Referenced by sfi.director.util.Tools.executeLocalqueue(), sfi.director.jobs.NullJob.invoke(), sfi.director.jobs.RemoteJob.invoke(), sfi.director.jobs.JobStatus.isFinal(), sfi.director.jobs.JobNode.Notify(), sfi.director.schedule.Scheduler.removeOldJobs(), sfi.director.cli.queuestat.run(), sfi.director.cli.sfidirector.trackJob(), and sfi.director.util.Tools.trackJob().
Referenced by sfi.director.jobs.RemoteJob.invoke().
Referenced by sfi.director.jobs.Job.commit(), and sfi.director.jobs.JobStatus.JobStatus().