- KEY_ADD_SERIALIZERS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying a list of UWS serializers to add to the UWS service.
- KEY_ADD_UWS_ACTIONS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying a list of actions to add to the UWS service.
- KEY_BACKUP_BY_USER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property indicating whether there should be one backup file per user or one file for all.
- KEY_BACKUP_FREQUENCY - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the frequency (in milliseconds) of jobs backup.
- KEY_DEFAULT_DESTRUCTION_INTERVAL - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the default destruction interval (actually a duration between the creation and the destruction
of the job) set automatically to a job if none has been specified by the user.
- KEY_DEFAULT_EXECUTION_DURATION - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the default execution duration (in milliseconds) set automatically to a job
if none has been specified by the user.
- KEY_DESTRUCTION_MANAGER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the
DestructionManager
instance that a specific job list must use.
- KEY_DIRECTORY_PER_USER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property indicating whether the jobs must be saved by user or not.
- KEY_ERROR_WRITER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the error writer the UWS service must use.
- KEY_EXECUTION_MANAGER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the
ExecutionManager
instance that a specific job list must use.
- KEY_FILE_MANAGER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property setting the file manager to use in the UWS service.
- KEY_FILE_ROOT_PATH - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property setting the local root directory where all UWS files must be stored.
- KEY_GROUP_USER_DIRECTORIES - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property indicating whether the user directories (in which jobs of the user are backuped)
must be gathered in less directories.
- KEY_HOME_PAGE - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the UWS home page to use.
- KEY_HOME_PAGE_MIME_TYPE - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the MIME type of the set home page.
- KEY_JOB_LISTS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property listing all the job lists to have in the UWS service.
- KEY_JOB_THREAD - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the
JobThread
instance to use for a specific job list.
- KEY_LOG_ROTATION - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the frequency of the log file
rotation to set in the default logger.
- KEY_LOGGER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the logger to use.
- KEY_MAX_DESTRUCTION_INTERVAL - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the maximum destruction interval (actually a duration between the creation and the destruction
of the job) set automatically to a job if none has been specified by the user.
- KEY_MAX_EXECUTION_DURATION - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the maximum execution duration (in milliseconds) that can be set on a job.
- KEY_MAX_RUNNING_JOBS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the maximum number of jobs that can run in parallel inside a specific job list.
- KEY_MIN_LOG_LEVEL - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the minimum type of messages
(i.e.
- KEY_PARAMETERS - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property listing all input parameters of jobs of a specific job list.
- KEY_REGEXP_MAX_DESTRUCTION_INTERVAL - Static variable in class uws.config.UWSConfiguration
-
Regular Expression of the name/key of the property specifying the maximum destruction interval for jobs of a given job list.
- KEY_REQUEST_PARSER - Static variable in class uws.config.UWSConfiguration
-
- KEY_SERVICE_DESCRIPTION - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the description of the UWS service.
- KEY_SERVICE_NAME - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the name of this UWS service.
- KEY_USER_IDENTIFIER - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the user identification method to use.
- KEY_UWS_FACTORY - Static variable in class uws.config.UWSConfiguration
-
- KEY_XSLT_STYLESHEET - Static variable in class uws.config.UWSConfiguration
-
Name/Key of the property specifying the XSLT stylesheet to use when job are serialized in XML.