|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
boolean |
closed()
|
Struct |
detail()
returns advanced info to the task |
java.lang.Object |
execute(Config config)
execute Task |
long |
getCreation()
|
Array |
getExceptions()
|
java.lang.String |
getId()
|
ExecutionPlan[] |
getPlans()
|
java.lang.String |
getType()
returns task type as String |
long |
lastExecution()
return last execution of this task |
long |
nextExecution()
|
void |
setClosed(boolean closed)
|
void |
setId(java.lang.String id)
|
void |
setLastExecution(long lastExecution)
|
void |
setNextExecution(long nextExecution)
|
java.lang.String |
subject()
returns a short info to the task |
int |
tries()
returns how many tries to send are already done |
| Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.Object execute(Config config)
throws PageException
config -
SpoolerException
PageExceptionpublic java.lang.String subject()
public java.lang.String getType()
public Struct detail()
public long lastExecution()
public void setNextExecution(long nextExecution)
public long nextExecution()
public int tries()
public Array getExceptions()
public void setClosed(boolean closed)
public boolean closed()
public ExecutionPlan[] getPlans()
public long getCreation()
public void setLastExecution(long lastExecution)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||