|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.test.util.scheduler.TestSchedulable
Constructor Summary | |
TestSchedulable(java.lang.String name,
int data)
|
Method Summary | |
void |
perform(java.util.Date time,
long remaining)
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 TestSchedulable(java.lang.String name, int data)
Method Detail |
public void perform(java.util.Date time, long remaining)
perform
in interface Schedulable (src)
time
- Date/Time of the scheduled callremaining
- Number of the remaining repetitions which
is -1 if there is an unlimited number of
repetitions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |