Package | Description |
---|---|
tap | |
tap.config | |
tap.resource | |
uws.service.actions |
Modifier and Type | Method and Description |
---|---|
abstract UWSService |
TAPFactory.createUWS()
Create the object which will manage the asynchronous resource of the TAP service.
|
UWSService |
AbstractTAPFactory.createUWS()
This implementation just create a
UWSService instance. |
Modifier and Type | Method and Description |
---|---|
abstract UWSBackupManager |
TAPFactory.createUWSBackupManager(UWSService uws)
Create the object which will manage the backup and restoration of all asynchronous jobs.
|
UWSBackupManager |
AbstractTAPFactory.createUWSBackupManager(UWSService uws)
This implementation does not provided a backup manager.
|
Modifier and Type | Method and Description |
---|---|
UWSBackupManager |
ConfigurableTAPFactory.createUWSBackupManager(UWSService uws)
Build an
DefaultTAPBackupManager thanks to the backup manager parameters specified
in the TAP configuration file (the properties: backup_frequency, backup_by_user). |
Modifier and Type | Field and Description |
---|---|
protected UWSService |
ASync.uws
UWS service represented by this TAP resource.
|
Modifier and Type | Method and Description |
---|---|
UWSService |
TAP.getUWS()
Get the UWS service used for the /async service.
|
UWSService |
ASync.getUWS()
Get the UWS behind this TAP resource.
|
Modifier and Type | Field and Description |
---|---|
protected UWSService |
UWSAction.uws
The UWS on which this action must be applied.
|
Modifier and Type | Method and Description |
---|---|
UWSService |
UWSAction.getUWS()
Gets the UWS which contains this action.
|
Constructor and Description |
---|
AddJob(UWSService u) |
DestroyJob(UWSService u) |
GetJobParam(UWSService u) |
JobSummary(UWSService u) |
ListJobs(UWSService u) |
SetJobParam(UWSService u) |
SetUWSParameter(UWSService u) |
ShowHomePage(UWSService u) |
UWSAction(UWSService u)
Builds a UWSAction.
|