- canLog(UWSLog.LogLevel) - Method in class uws.service.log.DefaultUWSLog
-
Tells whether a message with the given error level can be logged or not.
- changeDestructionTime(String, String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to change the destruction time.
- changeExecDuration(String, String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to change the execution duration.
- changeJobName(String, String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to change the run ID.
- changeJobParam(String, String, String, String) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to change the specified parameter.
- check(Object) - Method in class uws.job.parameters.DestructionTimeController
-
- check(Object) - Method in class uws.job.parameters.DurationParamController
-
- check(Object) - Method in class uws.job.parameters.ExecutionDurationController
-
- check(Object) - Method in interface uws.job.parameters.InputParamController
-
Checks the value of the controlled parameter and builds a new object from this value.
- check(Object) - Method in class uws.job.parameters.NumericParamController
-
- check(Object) - Method in class uws.job.parameters.StringParamController
-
- chooseFormat(String) - Method in class uws.service.error.DefaultUWSErrorWriter
-
- choosenSerializer - Variable in class uws.service.UWSService
-
- cleanOwnerDirectory(JobOwner) - Method in class uws.service.file.LocalUWSFileManager
-
Removes the owner directory if there is no more file in it (except the backup file which is no more required).
- clear() - Method in class uws.job.JobList
-
Destroys all jobs of this list.
- clear(JobOwner) - Method in class uws.job.JobList
-
Destroys all jobs owned by the specified user.
- clearDirectory(String) - Static method in class uws.UWSToolBox
-
Empties the specified directory.
- clearDirectory(File) - Static method in class uws.UWSToolBox
-
Empties the specified directory.
- clearResources() - Method in class uws.job.UWSJob
-
Stops the job if running, removes the job from the execution manager,
stops the timer for the execution duration.
- clearResources(boolean) - Method in class uws.job.UWSJob
-
Stops the job if running, removes the job from the execution manager,
stops the timer for the execution duration.
- ClientAbortException - Exception in uws
-
Exception which occurs when the connection between the HTTP client and a servlet has been unexpectedly closed.
- ClientAbortException() - Constructor for exception uws.ClientAbortException
-
- ClientAbortException(IOException) - Constructor for exception uws.ClientAbortException
-
- close() - Method in class uws.service.file.io.OutputStreamWithCloseAction
-
- CloseAction - Interface in uws.service.file.io
-
- compare(UWSJob, UWSJob) - Method in class uws.job.manager.DefaultDestructionManager.TimeComparator
-
- compare(UWSJob, UWSJob) - Method in class uws.job.serializer.filter.JobListRefiner.JobComparator
-
- ConfigurableUWSFactory - Class in uws.config
-
Concrete implementation of a
UWSFactory
which is parameterized by a UWS configuration file.
- ConfigurableUWSFactory() - Constructor for class uws.config.ConfigurableUWSFactory
-
Create an empty factory.
- ConfigurableUWSFactory(Properties) - Constructor for class uws.config.ConfigurableUWSFactory
-
Create and initialize a UWS factory thanks to properties coming from a UWS configuration file.
- ConfigurableUWSServlet - Class in uws.config
-
HTTP servlet fully configured with a UWS configuration file.
- ConfigurableUWSServlet() - Constructor for class uws.config.ConfigurableUWSServlet
-
- configureDestruction(int, DestructionTimeController.DateField, int, DestructionTimeController.DateField, boolean) - Method in class uws.service.AbstractUWSFactory
-
Lets configuring the destruction time default and maximum value.
- configureDestruction(int, DestructionTimeController.DateField, int, DestructionTimeController.DateField, boolean) - Method in class uws.service.UWSServlet
-
Lets configuring the destruction time default and maximum value.
- configureExecution(long, long, boolean) - Method in class uws.service.AbstractUWSFactory
-
Lets configuring the execution duration default and maximum value.
- configureExecution(long, long, boolean) - Method in class uws.service.UWSServlet
-
Lets configuring the execution duration default and maximum value.
- constructorRequestParser - Variable in class uws.config.ConfigurableUWSFactory
-
Constructor of the
RequestParser
to create for the whole UWS service.
- consumeParameter(String, Object, Map<String, Object>) - Method in class uws.service.request.FormEncodedParser
-
Consume the specified parameter: add it inside the given map.
- consumeParameter(String, Object, Map<String, Object>) - Method in class uws.service.request.MultipartParser
-
Consume the specified parameter: add it inside the given map.
- content - Variable in class uws.job.jobInfo.XMLJobInfo
-
XML document represented by this
JobInfo
.
- createFileManager() - Method in class uws.service.UWSServlet
-
- createJob(HttpServletRequest, JobOwner) - Method in class uws.config.ConfigurableUWSFactory
-
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in class uws.config.ConfigurableUWSFactory
-
- createJob(HttpServletRequest, JobOwner) - Method in class uws.service.AbstractUWSFactory
-
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in class uws.service.AbstractUWSFactory
-
- createJob(HttpServletRequest, JobOwner) - Method in interface uws.service.UWSFactory
-
Creates a (PENDING) UWS job from the given HTTP request.
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in interface uws.service.UWSFactory
-
Creates a UWS job with the following attributes.
- createJob(HttpServletRequest, JobOwner) - Method in class uws.service.UWSServlet
-
- createJob(String, long, JobOwner, UWSParameters, long, long, long, List<Result>, ErrorSummary) - Method in class uws.service.UWSServlet
-
- createJob(String, Map<String, String>) - Method in class uws.service.UWSUrl
-
Gets the UWS URL (HTTP-GET ONLY) to create a job with the given parameters.
- createJobThread(UWSJob) - Method in class uws.config.ConfigurableUWSFactory
-
- createJobThread(UWSJob) - Method in interface uws.service.UWSFactory
-
Creates the thread which will executes the task described by the given
UWSJob
instance.
- createParentDir(File) - Method in class uws.service.file.LocalUWSFileManager
-
Creates the parent directory(ies) if it(they) does/do not exist.
- createRequestParser(UWSFileManager) - Method in class uws.config.ConfigurableUWSFactory
-
- createRequestParser(UWSFileManager) - Method in class uws.service.AbstractUWSFactory
-
- createRequestParser(UWSFileManager) - Method in interface uws.service.UWSFactory
-
Create a parser of HTTP requests.
- createRequestParser(UWSFileManager) - Method in class uws.service.UWSServlet
-
- createResult() - Method in class uws.job.JobThread
-
Creates a default result description.
- createResult(String) - Method in class uws.job.JobThread
-
Creates a default result description but by precising its name/ID.
- createUWSParameters(Map<String, Object>) - Method in class uws.config.ConfigurableUWSFactory
-
- createUWSParameters(HttpServletRequest) - Method in class uws.config.ConfigurableUWSFactory
-
- createUWSParameters(Map<String, Object>) - Method in class uws.service.AbstractUWSFactory
-
- createUWSParameters(HttpServletRequest) - Method in class uws.service.AbstractUWSFactory
-
- createUWSParameters(HttpServletRequest) - Method in interface uws.service.UWSFactory
-
Lets extracting all parameters from the given request.
- createUWSParameters(Map<String, Object>) - Method in interface uws.service.UWSFactory
-
Lets extracting all parameters from the given map.
- createUWSParameters(Map<String, Object>) - Method in class uws.service.UWSServlet
-
- createUWSParameters(HttpServletRequest) - Method in class uws.service.UWSServlet
-
- creationTime - Variable in class uws.job.UWSJob
-
Date of the initial creation of this job.
- currentDate - Variable in class uws.job.manager.DefaultDestructionManager
-
- currentJob - Variable in class uws.job.manager.DefaultDestructionManager
-
The job currently planned for destruction.