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

J

jlDestination - Variable in class uws.service.ExtendedUWS
Current JobList.
job - Variable in class uws.job.AbstractJob.DurationTimerTask
 
job - Variable in class uws.job.JobPhase
The job whose the current phase is represented by this class.
job - Variable in class uws.job.JobThread
The job which contains all parameters for its execution and which must be filled at the end of the execution.
JOB_SUMMARY - Static variable in class uws.service.actions.UWSAction
Name of the UWS action JobSummary.
jobClass - Variable in class uws.service.BasicUWS
The class object of the type of job to manage.
jobDestruction(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the destruction time.
jobError(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the error summary.
jobExecDuration(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the execution duration.
jobId - Variable in class uws.job.AbstractJob
The identifier of the job (it MUST be different from any other job).
jobId - Variable in class uws.service.UWSUrl
The JobID found in uwsURI (i.e. job1).
JobList<J extends AbstractJob> - Class in uws.job
General description An instance of this class lets listing UWS jobs (possible actions: get, add and remove).
JobList(String) - Constructor for class uws.job.JobList
Builds a jobs list with its name.
jobListName - Variable in class uws.service.UWSUrl
Name of a jobs list found in uwsURI (i.e. jobList).
jobName(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the runID.
JobObserver - Interface in uws.job
Any object which wants to follow the progression of any instance of AbstractJob.
jobOwner(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the owner ID.
jobParameter(String, String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the parameters/parameter.
jobParameters(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the parameters.
JobPhase - Class in uws.job
An instance of this class represents the current execution phase of a given job, and it describes the transitions between the different phases.
JobPhase(AbstractJob) - Constructor for class uws.job.JobPhase
Builds the phase manager of the given job.
jobPhase(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the phase.
jobQuote(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the quote.
jobResult(String, String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the specified result.
jobResults(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the results.
jobsList - Variable in class uws.job.JobList
[Required] List of jobs.
jobsToDestroy - Variable in class uws.job.manager.DefaultDestructionManager
The list of jobs to destroy.
JobSummary<JL extends JobList<J>,J extends AbstractJob> - Class in uws.service.actions
The "Get Job" action of a UWS.
JobSummary(AbstractUWS<JL, J>) - Constructor for class uws.service.actions.JobSummary
 
jobSummary(String, String) - Method in class uws.service.UWSUrl
Gets the UWS URL to get the summary.
JobThread - Class in uws.job
An instance of this class is a thread dedicated to a job execution.
JobThread(AbstractJob) - Constructor for class uws.job.JobThread
Builds the JobThread instance which will be used by the given job to execute its task.
jobWork() - Method in class uws.job.AbstractJob
Does the job work (i.e. making a long computation or executing a query on a Database).
JSONSerializer - Class in uws.job.serializer
Lets serializing any UWS resource in JSON.
JSONSerializer() - Constructor for class uws.job.serializer.JSONSerializer
 

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