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