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

R

redirect(String, HttpServletRequest, HttpServletResponse) - Method in class uws.service.AbstractUWS
Sends a redirection (with the HTTP status code 303) to the given URL/URI into the given response.
refresh() - Method in class uws.job.manager.DefaultDestructionManager
First, check the currently planned job: if DefaultDestructionManager.currentDate is past, the timer is stopped.
refresh() - Method in class uws.job.manager.DefaultExecutionManager
 
refresh() - Method in interface uws.job.manager.DestructionManager
Refresh the list of jobs to destroy.
refresh() - Method in interface uws.job.manager.ExecutionManager
Refreshes the lists of running and queued jobs.
refresh() - Method in class uws.job.manager.QueuedExecutionManager
Removes the first queued job(s) from the queue and executes it (them) ONLY IF it (they) can be executed (see QueuedExecutionManager.isReadyForExecution(AbstractJob)).
reInitUrlInterpreter - Variable in class uws.service.AbstractUWS
Indicates whether the UWS URL interpreter must be re-initialize after each de-serialization.
remove(AbstractJob) - Method in class uws.job.manager.DefaultDestructionManager
Merely removes the given job from the list of jobs to destroyed.
remove(AbstractJob) - Method in class uws.job.manager.DefaultExecutionManager
 
remove(AbstractJob) - Method in interface uws.job.manager.DestructionManager
Removes the given job from this manager.
remove(AbstractJob) - Method in interface uws.job.manager.ExecutionManager
Removes the job from this manager whatever is its current execution phase.
remove(AbstractJob) - Method in class uws.job.manager.QueuedExecutionManager
 
removeAdditionalParameter(String) - Method in class uws.job.AbstractJob
Removes the specified additional parameter ONLY IF the job can be updated (considering its current execution phase, see JobPhase.isJobUpdatable()).
removeAll() - Method in class uws.job.JobList
Removes all jobs of this list.
removeAllAdditionalParameter() - Method in class uws.job.AbstractJob
Clears the whole list of additional parameters ONLY IF the job can be updated (considering its current execution phase, see JobPhase.isJobUpdatable()).
removeAllJobLists() - Method in class uws.service.AbstractUWS
Removes all managed jobs lists.
removeAllObservers() - Method in class uws.job.AbstractJob
Lets removing all observers of this job.
removeAllOtherParameter() - Method in class uws.job.AbstractJob
Deprecated. Replaced by AbstractJob.removeAllAdditionalParameter().
removeJob(String) - Method in class uws.job.JobList
Lets removing (NOT DESTROYING) the specified job from this jobs list.
removeJobList(String) - Method in class uws.service.AbstractUWS
Removes the specified jobs list.
removeJobList(JL) - Method in class uws.service.AbstractUWS
Removes the given jobs list from this UWS.
removeJobList(JobList<AbstractJob>) - Method in class uws.service.ExtendedUWS
 
removeObserver(JobObserver) - Method in class uws.job.AbstractJob
Lets removing the given object from the list of observers of this job.
removeOtherParameter(String) - Method in class uws.job.AbstractJob
Deprecated. Replaced by AbstractJob.removeAdditionalParameter(String).
removeSerializer(String) - Method in class uws.service.AbstractUWS
Removes the serializer whose the MIME type is the same as the given one.
removeUWSAction(int) - Method in class uws.service.AbstractUWS
Removes the specified action from this UWS.
removeUWSAction(String) - Method in class uws.service.AbstractUWS
Removes the action of this UWS which has the same name as the given one.
replaceUWSAction(UWSAction<JL, J>) - Method in class uws.service.AbstractUWS
Replaces the action which has the same name that the given action.
requestURI - Variable in class uws.service.UWSUrl
The request URI (i.e.
requestURL - Variable in class uws.service.UWSUrl
The whole request URL (i.e. http://foo.org/mySite/uws/jobList/job1/results/report).
restoreUWS(File, boolean) - Static method in class uws.UWSToolBox
De-serializes (Java Object de-Serialization) a UWS from the specified file.
Result - Class in uws.job
This class gives a short description (mainly an ID and a URL) of a job result.
Result(String) - Constructor for class uws.job.Result
Builds a result with its ID/name.
Result(URL) - Constructor for class uws.job.Result
Builds a result with the URL toward the file which contains the results.
Result(String, String) - Constructor for class uws.job.Result
Builds a result with an ID/name and the URL toward the file which contains the results.
Result(String, String, String) - Constructor for class uws.job.Result
Builds a result with an ID/name, a result type and the URL toward the file which contains the results.
Result(String, URL) - Constructor for class uws.job.Result
Deprecated. Replaced by Result.Result(String, String).
Result(String, String, URL) - Constructor for class uws.job.Result
Deprecated. Replaced by Result.Result(String, String, String).
results - Variable in class uws.job.AbstractJob
This is a list of all results of this job.
run() - Method in class uws.job.AbstractJob.DurationTimerTask
 
run() - Method in class uws.job.JobThread
Tests the execution phase of the job: if not EXECUTING, nothing is done...the thread ends immediately.
runId - Variable in class uws.job.AbstractJob
The name/label that the job creator uses to identify this job.
runningJobs - Variable in class uws.job.manager.DefaultExecutionManager
List of running jobs.
runningJobs - Variable in class uws.job.manager.QueuedExecutionManager
List of running jobs.

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