|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.util.Scheduler.SchedulableExample
A test class for a Schedulable Class
Constructor Summary | |
Scheduler.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 Scheduler.SchedulableExample(java.lang.String pName, int pValue)
Method Detail |
public void perform(java.util.Date pTimeOfCall, long pRemainingRepetitions)
perform
in interface Schedulable
org.jboss.util.Schedulable
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 | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |