|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobStatus
A status for an individual job.
Method Summary | |
---|---|
Throwable |
getException()
|
long |
getFinishedMillis()
|
Object |
getResult()
|
boolean |
isCancelled()
|
boolean |
isDone()
|
Method Detail |
---|
boolean isCancelled()
boolean isDone()
ITimedJob
has been
never been started, this method return true
and
getFinishedMillis()
returns -1
.Object getResult()
Throwable getException()
long getFinishedMillis()
-1
if it has not yet finished.
In the rare circumstance, that an ITimedJob
has
never been started, this method return -1
and
isDone()
returns true
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |