|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbortableJobQueueReadOnlyInterface
An interface for a job queue class that allows abortion of jobs, restricted to methods that do not modify the job queue when called.
| Method Summary | |
|---|---|
List<Integer> |
getAbortedJobIdList()
Get the aborted job id list. |
PluginExecutionRequest |
getPluginExecutionRequest(int jobId)
Get the PluginExecutionRequest for a job id. |
Thread |
getThread(int jobId)
Get the thread for a job id. |
boolean |
isJobCommandAborted(int jobId)
Check if a job id is in the aborted job id list. |
| Method Detail |
|---|
List<Integer> getAbortedJobIdList()
boolean isJobCommandAborted(int jobId)
jobId - int The id for the job id to check abort status for.
PluginExecutionRequest getPluginExecutionRequest(int jobId)
jobId - int The id for the job id to get the PluginExecutionRequest for.
Thread getThread(int jobId)
jobId - int The id for the job to get the thread for.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||