| java.lang.Object org.apache.ojb.performance.PerfRunner
PerfRunner | class PerfRunner (Code) | | Derivate this class to implement a test instance for the performance test.
version: $Id: PerfRunner.java,v 1.1.2.1 2005/12/30 00:01:42 arminw Exp $ |
addTime | public synchronized void addTime(short position, long time)(Code) | | |
getPerfTestId | public long getPerfTestId()(Code) | | |
interruptThreads | protected void interruptThreads()(Code) | | Interrupt the running threads.
|
performTest | public void performTest()(Code) | | |
registerPerfMain | public void registerPerfMain(PerfMain aPerfMain)(Code) | | |
runTestHandles | protected void runTestHandles(PerfTest[] runnables)(Code) | | Run the threads.
|
testName | public String testName()(Code) | | Returns the name of the test
|
|
|