|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbortableJobQueueInterface
An interface for a job queue class that allows abortion of jobs.
| Method Summary | |
|---|---|
void |
addAbortedJobId(int jobId)
Add job id to the aborted job id list. |
void |
addPluginExecutionRequest(int jobId,
PluginExecutionRequest exec)
Add PluginExecutionRequest entry for job specified by id. |
void |
addThread(int jobId,
Thread thread)
Add Thread entry for job specified by id. |
void |
removeAbortedJobId(int jobId)
Remove job id from the aborted job id list. |
void |
removePluginExecutionRequest(int jobId)
Remove PluginExecutionRequest entry for job specified by id. |
void |
removeThread(int jobId)
Remove Thread entry for job specified by id. |
| Methods inherited from interface org.proteios.core.AbortableJobQueueReadOnlyInterface |
|---|
getAbortedJobIdList, getPluginExecutionRequest, getThread, isJobCommandAborted |
| Method Detail |
|---|
void addAbortedJobId(int jobId)
jobId - int The job id to add to the aborted job id list.void removeAbortedJobId(int jobId)
jobId - int The job id to remove from the aborted job id list.
void addPluginExecutionRequest(int jobId,
PluginExecutionRequest exec)
jobId - The job id.exec - The PluginExecutionRequest.void removePluginExecutionRequest(int jobId)
jobId - The job id.
void addThread(int jobId,
Thread thread)
jobId - The job id.thread - The thread running the job.void removeThread(int jobId)
jobId - The job id.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||