Node Director
|
Public Member Functions | |
NullJob () | |
NullJob (DBObject dbo) | |
NullJob (DBObject dbo, boolean doregister) | |
void | todb (DBObject dbo) |
void | invoke () |
Public Member Functions inherited from sfi.director.jobs.Job | |
Job () | |
Job (String name) | |
Job (String name, String descr) | |
Job (DBObject db) | |
Job (DBObject db, boolean doregister) | |
void | Notify (Job j) |
void | addNotify (Notifiable n) |
void | addNotify (String id) |
void | delegateNotify (Job next) |
JobStatus | getStatus () |
void | die () |
void | setDescr (String descr) |
String | getDescr () |
void | setName (String name) |
String | getName () |
String | getId () |
long | getCreationTime () |
void | Abort () |
void | Sleep () |
void | WakeUp () |
void | reanimate () throws DirectorException |
void | commit () throws ArgumentException |
void | setOption (String name, String content) |
void | setOption (String name) |
void | setServer (ServerConnection server) |
ServerConnection | getServer () |
void | setScheduleOption (String name) |
void | setScheduleOption (String name, String val) |
String | getScheduleOption (String name) |
DBObject | todb () |
DN | getDN () |
void | log (LogEntry le) |
Vector | getLog () |
Vector | getMonitors () |
void | addMonitor (JobMonitor monitor) |
void | removeMonitor (JobMonitor monitor) |
void | finalize () |
void | setHead (JobNode head) |
JobNode | getHead () |
String | getHeadId () |
Additional Inherited Members | |
Static Public Member Functions inherited from sfi.director.jobs.Job | |
static Job | Job (DBObject dbo) throws DirectorException |
static Job | Job (DBObject dbo, boolean doregister) throws DirectorException |
Protected Member Functions inherited from sfi.director.jobs.Job | |
void | NotifyAll () |
void | setStatus (JobStatus status) |
void | setHeadId (String id) |
sfi.director.jobs.NullJob.NullJob | ( | ) |
sfi.director.jobs.NullJob.NullJob | ( | DBObject | dbo | ) |
sfi.director.jobs.NullJob.NullJob | ( | DBObject | dbo, |
boolean | doregister | ||
) |
void sfi.director.jobs.NullJob.invoke | ( | ) |
Reimplemented from sfi.director.jobs.Job.
References sfi.director.jobs.JobStatus.done, and sfi.director.jobs.Job.setStatus().
void sfi.director.jobs.NullJob.todb | ( | DBObject | dbo | ) |
Reimplemented from sfi.director.jobs.Job.