org.jboss.test.jbossmx.compliance.timer |
|
Java Source File Name | Type | Comment |
BasicTestCase.java | Class | Basic timer test.
The aim of these tests is to check the most common uses of the timer
service. |
JBossTimerBasicTestCase.java | Class | Basic timer test, targeting org.jboss.mx.timer.JBossTimer. |
JBossTimerPeriodTestCase.java | Class | Period timer test, targeting org.jboss.mx.timer.JBossTimer. |
PeriodTestCase.java | Class | Test fixed-delay/fixed-rate timer execution modes.
Program a JMX timer to produce TIMES notifications, every PERIOD msces,
with the initial notification after PERIOD msecs.
Introduce a fixed DELAY ( |