Uses of Class
org.apache.cactus.JmsRequest

Packages that use JmsRequest
org.apache.cactus.internal.client.jms   
org.apache.cactus.spi.server   
 

Uses of JmsRequest in org.apache.cactus.internal.client.jms
 

Methods in org.apache.cactus.internal.client.jms with parameters of type JmsRequest
 void JmsClient.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).
 

Uses of JmsRequest in org.apache.cactus.spi.server
 

Methods in org.apache.cactus.spi.server that return JmsRequest
 JmsRequest MessageDrivenBeanImplicitObjects.getRequest()
          Getter method for the request object.
 

Methods in org.apache.cactus.spi.server with parameters of type JmsRequest
 void MessageDrivenBeanImplicitObjects.setRequest(JmsRequest theRequest)
          Setter method for the jms request object.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.