|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Job
Job Interface
| Method Summary | |
|---|---|
void |
exec()
Executes the Job. |
java.lang.String |
getJobId()
Returns the ID of this Job. |
java.lang.String |
getJobName()
Returns the name of this Job. |
long |
getRuntime()
Returns the time to run in milliseconds. |
boolean |
isValid()
Returns true if this job is still valid. |
void |
queue()
Flags this job as 'is-queued' |
| Method Detail |
|---|
void exec()
throws InvalidJobException
InvalidJobExceptionjava.lang.String getJobId()
java.lang.String getJobName()
long getRuntime()
boolean isValid()
void queue()
throws InvalidJobException
InvalidJobException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||