Home | Trees | Indices | Help |
|
---|
|
object --+ | uws.UWS --+ | uws.UWSWithQueueing --+ | UserUWS
A UWS for "user jobs", i.e., generic things an a core.
These dynamically create job classes based on the processing core's parameters. To make this happen, we'll need to override some of the common UWS functions.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
joblistPreamble =
|
|
jobdocPreamble =
|
|
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
returns the handling URL for the job with jobId. You must override this in deriving classes.
|
returns pairs for id and phase for all jobs in the UWS. phase, last, after are the respective parameters from UWS 1.1.
|
Class Variable Details |
joblistPreamble
|
jobdocPreamble
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |