|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cactus.spi.server.MessageDrivenBeanImplicitObjects
public class MessageDrivenBeanImplicitObjects
Implicit objects for the Message Driven Bean redirector.
| Constructor Summary | |
|---|---|
MessageDrivenBeanImplicitObjects()
|
|
| Method Summary | |
|---|---|
javax.jms.Message |
getMessage()
|
javax.ejb.MessageDrivenContext |
getMessageDrivenBeanContext()
|
JmsRequest |
getRequest()
Getter method for the request object. |
javax.jms.Queue |
getRequestQueue()
|
void |
setMessage(javax.jms.Message theMessage)
Sets the JMS Message as retrieved by the Cactus redirector. |
void |
setMessageDrivenBeanContext(javax.ejb.MessageDrivenContext theContext)
Sets the Message Driven Bean context as set by the J2EE container. |
void |
setRequest(JmsRequest theRequest)
Setter method for the jms request object. |
void |
setRequestQueue(javax.jms.Queue theRequestQueue)
Setter for the queue that we are about to post our request to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageDrivenBeanImplicitObjects()
| Method Detail |
|---|
public javax.jms.Queue getRequestQueue()
public void setRequestQueue(javax.jms.Queue theRequestQueue)
requestQueue - public void setMessage(javax.jms.Message theMessage)
theMessage - the JMS Messagepublic javax.jms.Message getMessage()
public void setMessageDrivenBeanContext(javax.ejb.MessageDrivenContext theContext)
theContext - the MDB contextpublic javax.ejb.MessageDrivenContext getMessageDrivenBeanContext()
public JmsRequest getRequest()
public void setRequest(JmsRequest theRequest)
theRequest -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||