|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.performance.PerfTest
org.apache.ojb.broker.OJBPerfTest.ODMGPerfTest
Constructor Summary | |
OJBPerfTest.ODMGPerfTest()
|
Method Summary | |
int |
articleCount()
Returns the count of all found PerfArticle
in database. |
PerfHandle |
newPerfHandle(PerfTest test)
Returns a new instance of a PerfHandle implementation. |
java.lang.String |
testName()
Returns the name of the test |
Methods inherited from class org.apache.ojb.performance.PerfTest |
addTime, getPerfTestId, getThreadGroup, interruptThreads, performTest, registerException, registerPerfMain, runTestHandles |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OJBPerfTest.ODMGPerfTest()
Method Detail |
public java.lang.String testName()
PerfTest
testName
in class PerfTest
public PerfHandle newPerfHandle(PerfTest test)
PerfTest
PerfHandle
implementation.
newPerfHandle
in class PerfTest
public int articleCount()
PerfTest
PerfArticle
in database. Do not use the cache to get the count!
This method is not involved in the performance test
methods, thus it's not mandatory to use the api-methods
for implementation.
articleCount
in class PerfTest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |