Package gavo :: Package protocols :: Module dlasync :: Class DLJob
[frames] | no frames]

Class DLJob

source code

    object --+        
             |        
uws.BaseUWSJob --+    
                 |    
  uws.UWSJobWithWD --+
                     |
                    DLJob

a UWS job performing some datalink data preparation.

In addition to UWS parameters, it has

* serviceid -- the fully qualified id of the service that will process
  the request
* datalinkargs -- the parameters (in request.args form) of the
  datalink request.

Nested Classes

Inherited from uws.BaseUWSJob: __metaclass__

Instance Methods

Inherited from uws.UWSJobWithWD: addResult, fixTypeForResultName, getResult, getResults, getWD, openFile, openResult, prepareForDestruction

Inherited from uws.BaseUWSJob: __getattr__, __init__, __setattr__, change, getProperties, getSerializedPar, getTransitionTo, getURL, getWritable, iterParameterNames, iterSerializedPars, setPar, setParamsFromRequest, setSerializedPar, update

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Class Methods

Inherited from uws.UWSJobWithWD: getNewId

Inherited from uws.BaseUWSJob: getDefaults

Properties

Inherited from uws.BaseUWSJob: quote

Inherited from object: __class__