|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobData | |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.exception | |
org.ow2.orchestra.facade.rest |
Uses of JobData in org.ow2.orchestra.facade |
---|
Methods in org.ow2.orchestra.facade that return types with arguments of type JobData | |
---|---|
List<JobData> |
InstanceManagementAPI.findJobsWithException()
Get the list of asynchronous executions for which all the tries have failed and which will not be executed any more. |
Methods in org.ow2.orchestra.facade with parameters of type JobData | |
---|---|
void |
InstanceManagementAPI.retryJob(JobData job,
int retries)
Reschedules a job (asynchronous execution). |
Uses of JobData in org.ow2.orchestra.facade.exception |
---|
Methods in org.ow2.orchestra.facade.exception that return JobData | |
---|---|
JobData |
JobNotFoundException.getJob()
|
Constructors in org.ow2.orchestra.facade.exception with parameters of type JobData | |
---|---|
JobNotFoundException(JobData job)
|
Uses of JobData in org.ow2.orchestra.facade.rest |
---|
Methods in org.ow2.orchestra.facade.rest that return types with arguments of type JobData | |
---|---|
CollectionWrapper<JobData> |
JaxRSInstanceManagementAPI.findJobsWithException()
|
Methods in org.ow2.orchestra.facade.rest with parameters of type JobData | |
---|---|
void |
JaxRSInstanceManagementAPI.retryJob(JobData job,
int retries)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |