|
| 1.10.4.4 | modified | dimitris | jmx/src/main/javax/management/timer/Timer.java | JBAS-3281, don't apply this to 3.2.x, rollback to the original version except that the timer doesn't need to be Serializable |
| 1.1.4.3 | deleted | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/timer/PeriodTestCase.java | JBAS-3281, don't apply this to 3.2.x |
| 1.1.4.2 | modified | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/timer/PeriodTestCase.java | JBAS-3281, test both fixed-rate and fixed-delay JMX timer modes |
| 1.1.4.1 | deleted | dimitris | testsuite/src/main/org/jboss/test/jbossmx/compliance/timer/PeriodTestCase.java | file PeriodTestCase.java was added on branch Branch_3_2 on 2006-07-13 13:24:38 +0000 |
| 1.10.4.3 | modified | dimitris | jmx/src/main/javax/management/timer/Timer.java | JBAS-3281, implement the fixed-rate API methods. Add support for fixed-delay execution, make it default (it was fixed-rate before) |