Package | Description |
---|---|
uws.job | |
uws.job.jobInfo | |
uws.service.backup |
Modifier and Type | Field and Description |
---|---|
protected JobInfo |
UWSJob.jobInfo
Additional description of this job.
|
Modifier and Type | Method and Description |
---|---|
JobInfo |
UWSJob.getJobInfo()
Get the additional information about this job.
|
Modifier and Type | Method and Description |
---|---|
void |
UWSJob.setJobInfo(JobInfo newJobInfo)
Set the additional information about this job.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleValueJobInfo
Very simple implementation of
JobInfo . |
class |
XMLJobInfo
A full XML document attached to a
job . |
Modifier and Type | Method and Description |
---|---|
protected JobInfo |
DefaultUWSBackupManager.restoreJobInfo(java.lang.Object jsonValue)
Restore the JobInfo referenced or represented by the given JSON value.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
DefaultUWSBackupManager.getJSONJobInfo(JobInfo jobInfo)
Serialize the given
JobInfo so that being able later to restore this exact object as provided. |