Package | Description |
---|---|
org.ow2.orchestra.facade | |
org.ow2.orchestra.facade.exception | |
org.ow2.orchestra.facade.rest |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceManagementAPI.retryJob(JobData job,
int retries)
Reschedules a job (asynchronous execution).
|
Modifier and Type | Method and Description |
---|---|
JobData |
JobNotFoundException.getJob() |
Constructor and Description |
---|
JobNotFoundException(JobData job) |
Modifier and Type | Method and Description |
---|---|
CollectionWrapper<JobData> |
JaxRSInstanceManagementAPI.findJobsWithException() |
Modifier and Type | Method and Description |
---|---|
void |
JaxRSInstanceManagementAPI.retryJob(JobData job,
int retries) |
Copyright © 2011 OW2 Consortium. All Rights Reserved.