org.jboss.test.perf.test
Class PerfStressTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.perf.test.PerfStressTestCase
Direct Known Subclasses:
SecurePerfStressTestCase (src)

public class PerfStressTestCase
extends JBossTestCase (src)

Test of EJB call invocation overhead.

See Also:
Serialized Form

Field Summary
protected  java.lang.String CLIENT_ENTITY
           
protected  java.lang.String CLIENT_SESSION
           
protected  java.lang.String ENTITY
           
protected  java.lang.String ENTITY2
           
protected  java.lang.String PROBE
           
protected  java.lang.String PROBE_CMT
           
protected  java.lang.String TX_SESSION
           
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
PerfStressTestCase(java.lang.String name)
           
 
Method Summary
static Test suite()
           
 void testClientSession()
           
 void testFindByPrimaryKey()
           
 void testFindByPrimaryKey2()
           
 void testTimings()
           
 void testTimingsCMT()
           
 void testTxTimings()
           
 
Methods inherited from class org.jboss.test.JBossTestCase (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, testServerFound, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_SESSION

protected java.lang.String CLIENT_SESSION

CLIENT_ENTITY

protected java.lang.String CLIENT_ENTITY

PROBE

protected java.lang.String PROBE

PROBE_CMT

protected java.lang.String PROBE_CMT

TX_SESSION

protected java.lang.String TX_SESSION

ENTITY

protected java.lang.String ENTITY

ENTITY2

protected java.lang.String ENTITY2
Constructor Detail

PerfStressTestCase

public PerfStressTestCase(java.lang.String name)
Method Detail

testClientSession

public void testClientSession()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testTimings

public void testTimings()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testTimingsCMT

public void testTimingsCMT()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testTxTimings

public void testTxTimings()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testFindByPrimaryKey

public void testFindByPrimaryKey()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFindByPrimaryKey2

public void testFindByPrimaryKey2()
                           throws java.lang.Exception
Throws:
java.lang.Exception

suite

public static Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception