|
||||||||||
| 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(java.lang.String jobId)
resets the retry count, clears the exception and executes the job. |
java.util.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 |
java.util.List<Message> |
getMessages(int firstResult,
int maxResults)
all the messages which are waiting to be executed. |
java.util.List<Timer> |
getTimers(int firstResult,
int maxResults)
all the timers which are waiting for their due date. |
| Method Detail |
|---|
java.util.List<Message> getMessages(int firstResult,
int maxResults)
java.util.List<Timer> getTimers(int firstResult,
int maxResults)
java.util.List<Job> getJobsWithException(int firstResult,
int maxResults)
void executeJob(java.lang.String jobId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||