Package | Description |
---|---|
tap |
Modifier and Type | Field and Description |
---|---|
protected ADQLExecutor |
TAPSyncJob.SyncThread.executor
Object knowing how to execute an ADQL query and which will execute it by calling
start(Thread, String, TAPParameters, HttpServletResponse) . |
protected ADQLExecutor |
AsyncThread.executor
The only object which knows how to execute an ADQL query.
|
Modifier and Type | Method and Description |
---|---|
abstract ADQLExecutor |
TAPFactory.createADQLExecutor()
Create the object able to execute an ADQL query and to write and to format its result.
|
ADQLExecutor |
AbstractTAPFactory.createADQLExecutor()
Note:
Unless the standard implementation -
ADQLExecutor - does not fit exactly your needs,
it should not be necessary to extend this class and to extend this function (implemented here by default). |
Constructor and Description |
---|
AsyncThread(TAPJob j,
ADQLExecutor executor,
ServiceErrorWriter errorWriter)
Build a TAP asynchronous job execution.
|
SyncThread(ADQLExecutor executor,
java.lang.String ID,
TAPParameters tapParams,
javax.servlet.http.HttpServletResponse response)
Create a thread that will run the given executor with the given parameters.
|