|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.protocol.jms.client.ConnectionFactory
Constructor Summary | |
protected |
ConnectionFactory()
|
Method Summary | |
static javax.jms.QueueConnection |
getQueueConnection(Context ctx,
String queueConn)
|
static javax.jms.QueueConnectionFactory |
getQueueConnectionFactory(Context ctx,
String fac)
|
static javax.jms.TopicConnection |
getTopicConnection()
|
static javax.jms.TopicConnectionFactory |
getTopicConnectionFactory(Context ctx,
String fac)
|
void |
testEnded()
endTest cleans up the client |
void |
testEnded(String test)
|
void |
testIterationStart(LoopIterationEvent event)
Each time through a Thread Group's test script, an iteration event is fired. |
void |
testStarted()
startTest sets up the client and gets it ready for the test. |
void |
testStarted(String test)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ConnectionFactory()
Method Detail |
public void testStarted(String test)
testStarted
in interface TestListener
public void testEnded(String test)
testEnded
in interface TestListener
public void testEnded()
testEnded
in interface TestListener
TestListener.endTest(junit.framework.Test)
public void testStarted()
testStarted
in interface TestListener
StandardJMeterEngine.run()
public void testIterationStart(LoopIterationEvent event)
TestListener
testIterationStart
in interface TestListener
event
- public static javax.jms.TopicConnectionFactory getTopicConnectionFactory(Context ctx, String fac)
ctx
- fac
-
public static javax.jms.QueueConnectionFactory getQueueConnectionFactory(Context ctx, String fac)
ctx
- fac
-
public static javax.jms.TopicConnection getTopicConnection()
public static javax.jms.QueueConnection getQueueConnection(Context ctx, String queueConn)
ctx
- queueConn
-
|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |