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

Class DLUWS

source code

object --+    
         |    
   uws.UWS --+
             |
            DLUWS

the worker system for datalink jobs.

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getURLForId(self, jobId)
returns a fully qualified URL for the job with jobId.
source code

Inherited from uws.UWS: changeToPhase, changeableJob, cleanupJobsTable, countQueuedJobs, countRunningJobs, destroy, getIdsAndPhases, getJob, getJobIds, getNewIdFromRequest, getNewJob, getNewJobId, runCanned

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

Class Variables
  joblistPreamble = '<?xml-stylesheet href=\'/static/xsl/dlasync...
  jobdocPreamble = '<?xml-stylesheet href=\'/static/xsl/dlasync-...

Inherited from uws.UWS: cleanupInterval

Properties
  baseURL

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

getURLForId(self, jobId)

source code 

returns a fully qualified URL for the job with jobId.

Overrides: uws.UWS.getURLForId

Class Variable Details

joblistPreamble

Value:
'<?xml-stylesheet href=\'/static/xsl/dlasync-joblist-to-html.xsl\' typ\
e=\'text/xsl\'?>'

jobdocPreamble

Value:
'<?xml-stylesheet href=\'/static/xsl/dlasync-job-to-html.xsl\' type=\'\
text/xsl\'?>'

Property Details

baseURL

Get Method:
unreachable.baseURL(self)