A B C D E F G H I J L M N O P Q R S T U V W X

U

UNLIMITED_DURATION - Static variable in class uws.job.AbstractJob
The duration that implies an unlimited execution duration.
update(AbstractJob, ExecutionPhase, ExecutionPhase) - Method in interface uws.job.JobObserver
Used when one of the observed jobs notifies its observers of a modification of its execution phase.
update(AbstractJob) - Method in class uws.job.manager.DefaultDestructionManager
This function does something only if the given job knows its jobs list and has a valid destruction time.
update(AbstractJob) - Method in class uws.job.manager.DefaultExecutionManager
 
update(AbstractJob) - Method in interface uws.job.manager.DestructionManager
Updates the list of jobs to destroy with the given job.
update(AbstractJob) - Method in interface uws.job.manager.ExecutionManager
Puts the given job into the appropriate list of jobs: if EXECUTING, the job must be put in the list of running jobs, but if QUEUED, it must be put into the queue.
update(AbstractJob) - Method in class uws.job.manager.QueuedExecutionManager
 
updateDestruction(J) - Method in class uws.job.JobList
Lets notifying the destruction manager of a possible modification of the destructionTime of the given job.
updateRequestURL() - Method in class uws.service.UWSUrl
Updates the fields UWSUrl.requestURI and UWSUrl.requestURL as following: requestURI = baseURI+uwsURI requestURL = urlHeader+requestURI (or null if urlHeader is null)
updateUwsURI() - Method in class uws.service.UWSUrl
Updates the field UWSUrl.uwsURI in function of UWSUrl.jobListName, UWSUrl.jobId and UWSUrl.attributes as following: uwsURI = "/"+jobListName+"/"+jobId+"/"+attributes.
urlHeader - Variable in class uws.service.UWSUrl
The URL prefix (i.e. http://foo.org/mySite).
urlInterpreter - Variable in class uws.service.AbstractUWS
The "interpreter" of UWS URLs.
USER_ACCESS_DENIED - Static variable in exception uws.UWSException
 
userIdentifier - Variable in class uws.service.AbstractUWS
The object to use to extract the user ID from the received request.
UserIdentifier - Interface in uws.service
Lets defining how identifying a user thanks to a HTTP request.
uws - package uws
 
uws - Variable in class uws.service.actions.UWSAction
The UWS on which this action must be applied.
uws.job - package uws.job
 
uws.job.manager - package uws.job.manager
 
uws.job.serializer - package uws.job.serializer
 
uws.service - package uws.service
 
uws.service.actions - package uws.service.actions
 
uws.service.controller - package uws.service.controller
 
UWSAction<JL extends JobList<J>,J extends AbstractJob> - Class in uws.service.actions
Action of a UWS (i.e.
UWSAction(AbstractUWS<JL, J>) - Constructor for class uws.service.actions.UWSAction
Builds a UWSAction.
uwsActions - Variable in class uws.service.AbstractUWS
List of UWS actions (i.e. to list jobs, to get a job, to set a job parameter, etc...).
UWSException - Exception in uws
Any exception returned by a class of the UWS pattern may be associated with an HTTP error code (like: 404, 303, 500) and a UWS error type.
UWSException(String) - Constructor for exception uws.UWSException
 
UWSException(String, ErrorType) - Constructor for exception uws.UWSException
 
UWSException(Throwable) - Constructor for exception uws.UWSException
 
UWSException(Throwable, ErrorType) - Constructor for exception uws.UWSException
 
UWSException(int, String) - Constructor for exception uws.UWSException
 
UWSException(int, String, ErrorType) - Constructor for exception uws.UWSException
 
UWSException(int, Throwable) - Constructor for exception uws.UWSException
 
UWSException(int, Throwable, ErrorType) - Constructor for exception uws.UWSException
 
UWSException(int, Throwable, String) - Constructor for exception uws.UWSException
 
UWSException(int, Throwable, String, ErrorType) - Constructor for exception uws.UWSException
 
UWSSerializer - Class in uws.job.serializer
Lets returning any UWS resource in a given format.
UWSSerializer() - Constructor for class uws.job.serializer.UWSSerializer
 
UWSToolBox - Class in uws
Some useful functions for the managing of a UWS service.
uwsURI - Variable in class uws.service.UWSUrl
The URI from the base UWS URI (i.e.
UWSUrl - Class in uws.service
This class helps managing with UWS URLs and URIs.
UWSUrl(UWSUrl) - Constructor for class uws.service.UWSUrl
Builds a copy of the given UWSUrl.
UWSUrl(String) - Constructor for class uws.service.UWSUrl
Builds a UWSUrl with a fixed baseURI.
UWSUrl(HttpServletRequest) - Constructor for class uws.service.UWSUrl
Builds a UWSUrl considering the given request to set the baseURI.

A B C D E F G H I J L M N O P Q R S T U V W X