Package gavo :: Package protocols :: Module tap :: Class TAPUWS
[frames] | no frames]

Class TAPUWS

source code

     object --+        
              |        
        uws.UWS --+    
                  |    
uws.UWSWithQueueing --+
                      |
                     TAPUWS

The UWS responsible for processing async TAP requests.

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.UWSWithQueueing: changeToPhase, checkProcessQueue, scheduleProcessQueueCheck

Inherited from uws.UWS: 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/tap-job...
  jobdocPreamble = '<?xml-stylesheet href=\'/static/xsl/tap-job-...

Inherited from uws.UWSWithQueueing: runcountGoal

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/tap-joblist-to-html.xsl\' type=\'\
text/xsl\'?>'

jobdocPreamble

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

Property Details

baseURL

Get Method:
unreachable.baseURL(self)