|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PeriodicJob
Method Summary | |
---|---|
void |
cancel()
Cancels the job. |
String |
getName()
Returns the name for the job, supplied when the job is created; this is not unique or meaningful, and primarily exists to assist with debugging. |
boolean |
isCanceled()
Has this job been canceled. |
boolean |
isExecuting()
Is this Job currently executing (or queued, awaiting execution)? |
Method Detail |
---|
String getName()
boolean isExecuting()
boolean isCanceled()
void cancel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |