| Home | Trees | Indices | Help |
|
|---|
|
|
Keep track of a set of jobs. The set of jobs known by the server. Server-side view of the fitting service.
Note that this needs to move into a transaction-based persistent store so that server reboot does not terminate long running jobs.
This will presumably map to a torque job queue
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
|
Return the specified job. Raises KeyError if the job cannot be found. |
Remove the specified job id. Raises KeyError if the job cannot be found. |
Stop a job. Raises KeyError if the job is not running. This is likely triggered by the client as requested by the user, but may also be triggered by the job itself if it notices that it is failing. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Mar 16 15:03:32 2009 | http://epydoc.sourceforge.net |