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

E

equals(Object) - Method in class uws.job.AbstractJob
2 instances of AbstractJob are equals ONLY IF their ID are equals.
equals(Object) - Method in class uws.service.actions.UWSAction
 
error(ErrorSummary) - Method in class uws.job.AbstractJob
Stops immediately the job, sets its error summary, sets its phase to ExecutionPhase.ERROR and sets its end time.
error(UWSException) - Method in class uws.job.AbstractJob
Publishes the given exception as an error summary.
errorSummary - Variable in class uws.job.AbstractJob
This error summary gives a human-readable error message for the underlying job.
ErrorSummary - Class in uws.job
This class gives a short description of the occurred error (if any) during a job execution.
ErrorSummary(Exception, ErrorType, String) - Constructor for class uws.job.ErrorSummary
Builds an error summary from an Exception.
ErrorSummary(String, ErrorType) - Constructor for class uws.job.ErrorSummary
Builds an error summary with the given short description.
ErrorSummary(String, ErrorType, String) - Constructor for class uws.job.ErrorSummary
Builds an error summary with the given short description and with the URL to access to a detailed description.
ErrorSummary(Exception, ErrorType, URL) - Constructor for class uws.job.ErrorSummary
Deprecated. Replaced by ErrorSummary.ErrorSummary(Exception, ErrorType, String)
ErrorSummary(String, ErrorType, URL) - Constructor for class uws.job.ErrorSummary
Deprecated. Replaced by ErrorSummary.ErrorSummary(String, ErrorType, String)
ErrorType - Enum in uws.job
The possible types of an UWS error.
errorType - Variable in exception uws.UWSException
The UWS error type (by default FATAL).
execute(AbstractJob) - Method in class uws.job.manager.DefaultExecutionManager
 
execute(AbstractJob) - Method in interface uws.job.manager.ExecutionManager
Lets deciding whether the given job can start immediately or whether it must be put in the queue.
execute(AbstractJob) - Method in class uws.job.manager.QueuedExecutionManager
By default a job is executed if there are not yet more than QueuedExecutionManager.getMaxRunningJobs() running jobs.
executedAction - Variable in class uws.service.AbstractUWS
The action executed during the last call of AbstractUWS.executeRequest(HttpServletRequest, HttpServletResponse).
executeRequest(HttpServletRequest, HttpServletResponse) - Method in class uws.service.AbstractUWS
Executes the given request according to the IVOA Proposed Recommendation of 2010-02-10.
ExecutionDurationController - Class in uws.service.controller
Lets controlling the execution duration of all jobs managed by a UWS.
ExecutionDurationController() - Constructor for class uws.service.controller.ExecutionDurationController
 
ExecutionManager - Interface in uws.job.manager
Lets managing the execution of a set of jobs.
ExecutionPhase - Enum in uws.job
A job is treated as a state machine where the Execution Phase is the job state.
ExtendedUWS - Class in uws.service
Convenient implementation of AbstractUWS.
ExtendedUWS() - Constructor for class uws.service.ExtendedUWS
Builds an ExtendedUWS.
ExtendedUWS(String) - Constructor for class uws.service.ExtendedUWS
Builds an ExtendedUWS with its base URI.
ExtendedUWS(UWSUrl) - Constructor for class uws.service.ExtendedUWS
Builds an ExtendedUWS with the UWS URL interpreter to use.
ExtendedUWS.AddJobWithConstructor - Class in uws.service
Action AddJob which initializes the attribute ExtendedUWS.jlDestination with the job list in which a job must be added.
ExtendedUWS.AddJobWithConstructor(AbstractUWS<JobList<AbstractJob>, AbstractJob>) - Constructor for class uws.service.ExtendedUWS.AddJobWithConstructor
 
extractBaseURI(HttpServletRequest) - Method in class uws.service.UWSUrl
Extracts the base UWS URI from the given request.
extractUserId(UWSUrl, HttpServletRequest) - Method in interface uws.service.UserIdentifier
Extracts the ID of the user/owner of the current session.

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