|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
EXECUTING
, the job must be put in the list of running jobs,
but if QUEUED
, it must be put into the queue.
UWSUrl.requestURI
and UWSUrl.requestURL
as following:
requestURI = baseURI+uwsURI
requestURL = urlHeader+requestURI (or null if urlHeader is null)
UWSUrl.uwsURI
in function of UWSUrl.jobListName
, UWSUrl.jobId
and UWSUrl.attributes
as following:
uwsURI = "/"+jobListName+"/"+jobId+"/"+attributes.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |