|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.varia.scheduler.example.SchedulableExample
A simple Schedulable implementaion that logs when an event occurs.
| Constructor Summary | |
SchedulableExample(java.lang.String pName,
int pValue)
|
|
| Method Summary | |
void |
perform(java.util.Date pTimeOfCall,
long pRemainingRepetitions)
Just log the call |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SchedulableExample(java.lang.String pName,
int pValue)
| Method Detail |
public void perform(java.util.Date pTimeOfCall,
long pRemainingRepetitions)
perform in interface Schedulable (src) pTimeOfCall - Date/Time of the scheduled callpRemainingRepetitions - Number of the remaining repetitions which
is -1 if there is an unlimited number of
repetitions.
|
||||||||||
| PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||