|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagementService
operations targeted to system operators that need to keep the process engine up and running. This functionality is typically exposed through a management web console.
| Method Summary | |
|---|---|
void |
executeJob(String jobId)
resets the retry count, clears the exception and executes the job. |
List<Job> |
getJobsWithException(int firstResult,
int maxResults)
all jobs for which all the retry attempts have failed and which are parked, waiting for operator intervention |
List<Message> |
getMessages(int firstResult,
int maxResults)
all the messages which are waiting to be executed. |
List<Timer> |
getTimers(int firstResult,
int maxResults)
all the timers which are waiting for their due date. |
| Method Detail |
|---|
List<Message> getMessages(int firstResult,
int maxResults)
List<Timer> getTimers(int firstResult,
int maxResults)
List<Job> getJobsWithException(int firstResult,
int maxResults)
void executeJob(String jobId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||