Package | Description |
---|---|
tap | |
tap.backup | |
tap.config | |
uws.service | |
uws.service.backup |
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 | Class and Description |
---|---|
class |
DefaultTAPBackupManager
Let backup all TAP asynchronous jobs.
|
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 UWSBackupManager |
UWSServlet.backupManager
Lets saving and/or restoring the whole UWS.
|
protected UWSBackupManager |
UWSService.backupManager
Lets saving and/or restoring the whole UWS.
|
Modifier and Type | Method and Description |
---|---|
UWSBackupManager |
UWSServlet.getBackupManager()
Gets its backup manager.
|
UWSBackupManager |
UWSService.getBackupManager() |
UWSBackupManager |
UWS.getBackupManager()
Gets its backup manager.
|
Modifier and Type | Method and Description |
---|---|
void |
UWSService.setBackupManager(UWSBackupManager backupManager)
Sets its backup manager.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUWSBackupManager
Default implementation of the interface
UWSBackupManager . |