| |
|
| org.jboss.test.jbossmq.perf.JBossMQPerfStressTestCase
JBossMQPerfStressTestCase | public class JBossMQPerfStressTestCase extends JBossTestCase (Code) | | JBossMQPerfStressTestCase.java Some simple tests of JBossMQ
|
PERFORMANCE_TEST_DATA_PAYLOAD | static byte[] PERFORMANCE_TEST_DATA_PAYLOAD(Code) | | |
TRANS_INDIVIDUAL | static int TRANS_INDIVIDUAL(Code) | | |
TRANS_NONE | static int TRANS_NONE(Code) | | |
TRANS_TOTAL | static int TRANS_TOTAL(Code) | | |
queueConnection | static QueueConnection queueConnection(Code) | | |
topicConnection | static TopicConnection topicConnection(Code) | | |
JBossMQPerfStressTestCase | public JBossMQPerfStressTestCase(String name) throws Exception(Code) | | Constructor for the JBossMQPerfStressTestCase object
Parameters: name - Description of Parameter exception: Exception - Description of Exception |
main | public static void main(String[] args)(Code) | | The main entry-point for the JBossMQPerfStressTestCase class
Parameters: args - The command line arguments |
runAsynchQueuePerformance | public void runAsynchQueuePerformance(int transacted, int persistence) throws Exception(Code) | | #Description of the Method
Parameters: transacted - Description of Parameter Parameters: persistence - Description of Parameter exception: Exception - Description of Exception |
runAsynchTopicPerformance | public void runAsynchTopicPerformance(int transacted, int persistence) throws Exception(Code) | | #Description of the Method
Parameters: transacted - Description of Parameter Parameters: persistence - Description of Parameter exception: Exception - Description of Exception |
runSynchQueuePerformance | public void runSynchQueuePerformance(int transacted, int persistence) throws Exception(Code) | | #Description of the Method
Parameters: transacted - Description of Parameter Parameters: persistence - Description of Parameter exception: Exception - Description of Exception |
runSynchTopicPerformance | public void runSynchTopicPerformance(int transacted, int persistence) throws Exception(Code) | | #Description of the Method
Parameters: transacted - Description of Parameter Parameters: persistence - Description of Parameter exception: Exception - Description of Exception |
setUp | protected void setUp() throws Exception(Code) | | The JUnit setup method
exception: Exception - Description of Exception |
testAsynchQueuePerformance | public void testAsynchQueuePerformance() throws Exception(Code) | | A unit test for JUnit
exception: Exception - Description of Exception |
testAsynchTopicPerformance | public void testAsynchTopicPerformance() throws Exception(Code) | | A unit test for JUnit
exception: Exception - Description of Exception |
testSynchQueuePerformance | public void testSynchQueuePerformance() throws Exception(Code) | | A unit test for JUnit
exception: Exception - Description of Exception |
testSynchTopicPerformance | public void testSynchTopicPerformance() throws Exception(Code) | | A unit test for JUnit
exception: Exception - Description of Exception |
|
|
|