org.jboss.test.bench.servlet
Class EJBTester
java.lang.Object
org.jboss.test.bench.servlet.EJBTester
- public class EJBTester
- extends java.lang.Object
Constructor Summary |
EJBTester(HttpServletRequest req)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nbClients
public static final int[] nbClients
depth
public int depth
nbTests
public int nbTests
EJBTester
public EJBTester(HttpServletRequest req)
getTestName
public java.lang.String getTestName(int i)
getTestResult
public float getTestResult(int i,
int j)
test
public void test()
testSimpleCreateEntity
public float[] testSimpleCreateEntity(SimpleEntityHome (src) home)
throws java.lang.Exception
- Throws:
java.lang.Exception
testComplexCreateEntity
public float[] testComplexCreateEntity(ComplexEntityHome (src) home)
throws java.lang.Exception
- Throws:
java.lang.Exception
readEntity
public float[] readEntity(SimpleEntityHome (src) home)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeEntity
public float[] writeEntity(ComplexEntityHome (src) home)
throws java.lang.Exception
- Throws:
java.lang.Exception
callSession
public float[] callSession(MySessionHome (src) home)
throws java.lang.Exception
- Throws:
java.lang.Exception