- enabled - Variable in class uws.service.backup.DefaultUWSBackupManager
-
Tells whether the backup (and particularly the automatic one) of the associated UWS is enabled or not.
- ensureLegalXml(char) - Static method in class uws.job.serializer.XMLSerializer
-
Returns a legal XML character corresponding to an input character.
- equals(Object) - Method in class uws.job.user.DefaultJobOwner
-
- equals(Object) - Method in class uws.job.UWSJob
-
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.UWSJob
-
Stops immediately the job, sets its error summary, sets its phase to
ExecutionPhase.ERROR
and sets its end time.
- error(String) - Method in class uws.service.log.DefaultUWSLog
-
- error(Throwable) - Method in class uws.service.log.DefaultUWSLog
-
- error(String, Throwable) - Method in class uws.service.log.DefaultUWSLog
-
- error(String) - Method in class uws.service.log.Slf4jUWSLog
-
- error(Throwable) - Method in class uws.service.log.Slf4jUWSLog
-
- error(String, Throwable) - Method in class uws.service.log.Slf4jUWSLog
-
- error(String) - Method in interface uws.service.log.UWSLog
-
Logs the given error.
- error(Throwable) - Method in interface uws.service.log.UWSLog
-
Logs the given exception as an error.
- error(String, Throwable) - Method in interface uws.service.log.UWSLog
-
Logs a full (message+exception) error message.
- 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 - Variable in class uws.job.UWSJob
-
This error summary gives a human-readable error message for the
underlying job.
- 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
).
- errorWriter - Variable in class uws.job.JobThread
-
Object to use in order to write the content of an error/exception in any output stream.
- errorWriter - Variable in class uws.service.UWSService
-
Lets writing/formatting any exception/throwable in a HttpServletResponse.
- errorWriter - Variable in class uws.service.UWSServlet
-
Lets writing/formatting any exception/throwable in a HttpServletResponse.
- escapeURL(String) - Static method in class uws.job.serializer.XMLSerializer
-
Escapes the given URL.
- escapeXMLAttribute(String) - Static method in class uws.job.serializer.XMLSerializer
-
Escapes the given value of an XML attribute.
- escapeXMLData(String) - Static method in class uws.job.serializer.XMLSerializer
-
Escapes the content of a node (data between the open and the close tags).
- EventFrequency - Class in uws.service.file
-
Let interpret and computing a frequency.
- EventFrequency(String) - Constructor for class uws.service.file.EventFrequency
-
Create a new event frequency.
- execute(UWSJob) - Method in class uws.job.manager.AbstractQueuedExecutionManager
-
Refreshes this manager and then put the given job into the queue (if
it is not already into it).
- execute(UWSJob) - Method in class uws.job.manager.DefaultExecutionManager
-
- execute(UWSJob) - 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.
- executedAction - Variable in class uws.service.UWSService
-
- executePermissionDenied(JobOwner, String) - Static method in class uws.UWSExceptionFactory
-
- executePermissionDenied(JobOwner, String, String) - Static method in class uws.UWSExceptionFactory
-
- executeRequest(HttpServletRequest, HttpServletResponse) - Method in class uws.service.UWSService
-
- ExecutionDurationController - Class in uws.job.parameters
-
Let controlling the execution duration of all jobs managed by a UWS.
- ExecutionDurationController() - Constructor for class uws.job.parameters.ExecutionDurationController
-
Create a controller for the execution duration.
- ExecutionDurationController(long, long, boolean) - Constructor for class uws.job.parameters.ExecutionDurationController
-
Create a controller for the execution duration.
- 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.
- EXPECTED_CONTENT_TYPE - Static variable in class uws.service.request.FormEncodedParser
-
HTTP content-type for HTTP request formated in url-form-encoded.
- EXPECTED_CONTENT_TYPE - Static variable in class uws.service.request.MultipartParser
-
HTTP content-type for HTTP request formated in multipart.
- expectedAdditionalParametersIterator() - Method in class uws.service.AbstractUWSFactory
-
Gets an iterator on the names of the expected additional parameters.
- expectedAdditionalParametersIterator() - Method in class uws.service.UWSServlet
-
Gets an iterator on the names of the expected additional parameters.
- expectedAdditionalParams - Variable in class uws.job.parameters.UWSParameters
-
List of the expected additional parameters.
- expectedAdditionalParams - Variable in class uws.service.AbstractUWSFactory
-
List of all expected additional parameters.
- expectedAdditionalParams - Variable in class uws.service.UWSServlet
-
List of all expected additional parameters.
- extractBaseURI(HttpServletRequest) - Method in class uws.service.UWSUrl
-
Extracts the base UWS URI from the given request.
- extractJobListName(String) - Static method in class uws.config.UWSConfiguration
-
Extract the job list name prefixing the given property name.
- extractUserId(UWSUrl, HttpServletRequest) - Method in interface uws.service.UserIdentifier
-
Extracts the ID of the user/owner of the current session.