| Package | Description |
|---|---|
| tap | |
| uws.config | |
| uws.job | |
| uws.service |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncThread
Thread in charge of a TAP job execution.
|
| Modifier and Type | Method and Description |
|---|---|
JobThread |
TAPFactory.createJobThread(UWSJob job)
Create the thread which will execute the task described by the given UWSJob instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.reflect.Constructor<? extends JobThread>> |
ConfigurableUWSFactory.jobThreads
Map associating the name of a job list with the constructor of the class of the jobs to create inside this job list.
|
| Modifier and Type | Method and Description |
|---|---|
JobThread |
ConfigurableUWSFactory.createJobThread(UWSJob jobDescription) |
| Modifier and Type | Field and Description |
|---|---|
protected JobThread |
UWSJob.thread
The thread to start for executing the job.
|
| Modifier and Type | Method and Description |
|---|---|
JobThread |
UWSFactory.createJobThread(UWSJob jobDescription)
Creates the thread which will executes the task described by the given
UWSJob instance. |