|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
add(SpoolerTask task)
adds a task to the engine |
PageException |
execute(SpoolerTask task)
execute task and return error throwed by task |
PageException |
execute(java.lang.String id)
execute task by id and return error throwed by task |
SpoolerTask[] |
getClosedTasks()
return all closed task that are inside the Engine |
java.lang.String |
getLabel()
return the label of the engine |
SpoolerTask[] |
getOpenTasks()
return all open task that are inside the Engine |
void |
remove(SpoolerTask task)
remove that task from Spooler |
void |
remove(java.lang.String id)
remove a task that match given id |
| Method Detail |
public java.lang.String getLabel()
public void add(SpoolerTask task)
task - public SpoolerTask[] getOpenTasks()
public SpoolerTask[] getClosedTasks()
public void remove(SpoolerTask task)
task - public void remove(java.lang.String id)
id - public PageException execute(java.lang.String id)
id -
SpoolerExceptionpublic PageException execute(SpoolerTask task)
SpoolerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||