|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.internal.client.jms.JmsClient
public class JmsClient
JMS class for performing the steps necessary to run a test. It involves sending a first JMS message to a queue on which the Cactus MDB Redirector is listening.
| Constructor Summary | |
|---|---|
JmsClient()
|
|
| Method Summary | |
|---|---|
void |
doTest(JmsRequest theRequest)
Calls the test method indirectly by calling the Redirector MDB (by sending a JMS Message on a queue it is listening to). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmsClient()
| Method Detail |
|---|
public void doTest(JmsRequest theRequest)
throws java.lang.Throwable
theRequest - the request containing data to be sent using JMS to
the server side
java.lang.Throwable - if an error occured in the test method or in the
redirector servlet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||