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

C

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
Parses the header "Accept", splits it in a list of MIME type and compare each one to each managed formats (DefaultUWSErrorWriter.managedFormats).
choosenSerializer - Variable in class uws.service.UWSService
The serializer chosen during the last call of UWSService.executeRequest(HttpServletRequest, HttpServletResponse).
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
Action(s) executed when the function close() is called on an OutputStreamWithCloseAction instance, after the wrapped OutputStream has been successfully closed.
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
The date used by the timer to trigger the destruction of DefaultDestructionManager.currentJob.
currentJob - Variable in class uws.job.manager.DefaultDestructionManager
The job currently planned for destruction.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links