org.jboss.test.jbossmq.perf
Class InvocationLayerStressTest

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.jbossmq.perf.InvocationLayerStressTest
Direct Known Subclasses:
OILInvocationLayerStressTestCase (src) , UIL2InvocationLayerStressTestCase (src)

public class InvocationLayerStressTest
extends JBossTestCase (src)

JBossMQPerfStressTestCase.java Some simple tests of JBossMQ

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
InvocationLayerStressTest(java.lang.String name)
          Constructor for the JBossMQPerfStressTestCase object
 
Method Summary
protected  void connect(java.lang.String queueLoc, java.lang.String topicLoc)
           
 void createQueue(java.lang.String name)
           
 void createTopic(java.lang.String name)
           
 void deleteQueue(java.lang.String name)
           
 void deleteTopic(java.lang.String name)
           
protected  void disconnect()
           
 
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
 

Constructor Detail

InvocationLayerStressTest

public InvocationLayerStressTest(java.lang.String name)
                          throws java.lang.Exception
Constructor for the JBossMQPerfStressTestCase object

Parameters:
name - Description of Parameter
Throws:
java.lang.Exception - Description of Exception
Method Detail

createQueue

public void createQueue(java.lang.String name)

createTopic

public void createTopic(java.lang.String name)

deleteQueue

public void deleteQueue(java.lang.String name)

deleteTopic

public void deleteTopic(java.lang.String name)

connect

protected void connect(java.lang.String queueLoc,
                       java.lang.String topicLoc)
                throws java.lang.Exception
Throws:
java.lang.Exception

disconnect

protected void disconnect()
                   throws java.lang.Exception
Throws:
java.lang.Exception