| java.lang.Object org.apache.ojb.ejb.odmg.StressTest
StressTest | public class StressTest (Code) | | stress test against one database using several threads
author: Armin Waibel. version: $Id: StressTest.java,v 1.5.2.1 2005/12/21 22:21:39 tomdz Exp $ |
Inner Class :abstract static class TestClient implements Runnable | |
Inner Class :static class ODMGTestClient extends TestClient | |
StressTest | public StressTest()(Code) | | |
addTime | synchronized void addTime(int position, long time)(Code) | | |
interruptThreads | synchronized void interruptThreads()(Code) | | Interrupt the running threads.
|
performTest | public static void performTest(int[] args) throws Exception(Code) | | |
runTestClients | void runTestClients(TestClient[] runnables) throws Exception(Code) | | Run the threads.
|
|
|