- name - Variable in class uws.job.jobInfo.SingleValueJobInfo
-
Name of the value stored inside this
JobInfo
.
- name - Variable in class uws.service.UWSService
-
Name of this UWS.
- name - Variable in class uws.service.UWSServlet
-
Name of this UWS.
- nbMaxRunningJobs - Variable in class uws.job.manager.QueuedExecutionManager
-
The maximum number of running jobs.
- newInstance(String, String, Class<C>) - Static method in class uws.config.UWSConfiguration
-
Create an instance of the specified class.
- newInstance(String, String, Class<C>, Class<?>[], Object[]) - Static method in class uws.config.UWSConfiguration
-
Create an instance of the specified class.
- next() - Method in class uws.job.serializer.filter.JobListRefiner.TopIterator
-
- next() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONArrayReader
-
- next() - Method in class uws.service.backup.DefaultUWSBackupManager.JSONObjectReader
-
- next() - Method in class uws.service.backup.DefaultUWSBackupManager.SingleInputIterator
-
- next() - Method in class uws.service.file.LocalUWSFileManager.LocalAllUserBackupInputs
-
If the file whose the input stream must be created and returned does not exist
or has not the READ permission, null will be returned.
- nextEvent() - Method in class uws.service.file.EventFrequency
-
Compute the date of the event, by adding the interval represented by this object to the current date/time.
- nextEvent(Date) - Method in class uws.service.file.EventFrequency
-
Compute the date of the event, by adding the interval represented by this object to the given date/time.
- NO_CONTENT - Static variable in exception uws.UWSException
-
- NO_INTERVAL - Static variable in class uws.job.parameters.DestructionTimeController
-
Default value of an interval: a null interval.
- NO_QUEUE - Static variable in class uws.job.manager.QueuedExecutionManager
-
- NoArchivedFilter - Class in uws.job.serializer.filter
-
Job filter which allows all jobs except those in ARCHIVED phase.
- NoArchivedFilter() - Constructor for class uws.job.serializer.filter.NoArchivedFilter
-
- NoEncodingParser - Class in uws.service.request
-
This parser merely copies the whole HTTP request content inside a file.
- NoEncodingParser(UWSFileManager) - Constructor for class uws.service.request.NoEncodingParser
-
Build the request parser.
- normalizeMessage(String) - Method in class uws.service.log.DefaultUWSLog
-
Normalize a log message.
- normalizeParamName(String) - Method in class uws.job.parameters.UWSParameters
-
Normalizes the given name.
- normalizeURI(String) - Static method in class uws.service.UWSUrl
-
Normalizes the given URI.
- NOT_ALLOWED - Static variable in exception uws.UWSException
-
- NOT_FOUND - Static variable in exception uws.UWSException
-
- NOT_IMPLEMENTED - Static variable in exception uws.UWSException
-
- notifyObservers(ExecutionPhase) - Method in class uws.job.UWSJob
-
Notifies all the observer of this job that its phase has changed.
- NumericParamController - Class in uws.job.parameters
-
Let controlling a numeric parameter.
- NumericParamController() - Constructor for class uws.job.parameters.NumericParamController
-
Create a numeric controller with no restriction.
- NumericParamController(Number, Number, Number, boolean) - Constructor for class uws.job.parameters.NumericParamController
-
Create a controller for a numeric parameter.