|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SharedJob
The shared job interface. Implemented by all shared jobs.
| Method Summary | |
|---|---|
long |
getJobFrequency()
Get the frequency (in ms). |
java.lang.String |
getJobName()
Get the job name. |
long |
getLastRunTime()
Returns the last time the job was run. |
void |
runJob()
Called when its time/turn is available. |
void |
setLastRunTime(long pLastRunTime)
Set the last run time. |
| Method Detail |
|---|
void runJob()
java.lang.String getJobName()
long getJobFrequency()
void setLastRunTime(long pLastRunTime)
pLastRunTime - The last time the job was run.long getLastRunTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||