|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Job
base class for timers and messages.
Method Summary | |
---|---|
java.util.Date |
getDuedate()
Deprecated. call getDueDate() instead |
java.util.Date |
getDueDate()
in case this is a timer, it is the time that the timer should fire, in case this is a message, it is null. |
java.lang.String |
getException()
exception that occurred during the last execution of this job. |
Execution |
getExecution()
the related execution |
java.lang.String |
getId()
unique id for this job that is used as a reference in the service methods |
java.util.Date |
getLockExpirationTime()
|
java.lang.String |
getLockOwner()
job executor identification that has acquired this job and is going to execute it |
Execution |
getProcessInstance()
the related process instance |
int |
getRetries()
number of retries left. |
boolean |
isExclusive()
indicates if this job should be executed separate from any other job in the same process instance |
Method Detail |
---|
java.lang.String getId()
java.lang.String getLockOwner()
java.util.Date getDueDate()
@Deprecated java.util.Date getDuedate()
getDueDate()
instead
java.lang.String getException()
int getRetries()
boolean isExclusive()
Execution getExecution()
Execution getProcessInstance()
java.util.Date getLockExpirationTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |