org.ow2.orchestra.pvm.job
Class JobTestHelper
java.lang.Object
org.ow2.orchestra.pvm.job.JobTestHelper
public class JobTestHelper
- extends Object
helper class for testing that executes messages and timers in the test runner
thread. This way, the test can simulate timers and messages being executed.
The dueDate is ignored.
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobTestHelper
public JobTestHelper()
getAvailableMessages
public Long getAvailableMessages()
executeMessage
public Execution executeMessage(long executionDbid)
executeTimer
public Execution executeTimer(long timerDbid)
Copyright © 2011 OW2 Consortium. All Rights Reserved.