|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easybeans.examples.messagedrivenbean.MessageDrivenBeanContext
public class MessageDrivenBeanContext
Example of Message Driven Bean that can use the MDB context.
This is an JMS MDB, implementing the MessageListener interface.
Field Summary | |
---|---|
static int |
DELIVERY_FAIL
Delivery that can fails. |
Constructor Summary | |
---|---|
MessageDrivenBeanContext()
|
Method Summary | |
---|---|
void |
onMessage(javax.jms.Message message)
Passes a message to the listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DELIVERY_FAIL
Constructor Detail |
---|
public MessageDrivenBeanContext()
Method Detail |
---|
public void onMessage(javax.jms.Message message)
message
- - the message passed to the listener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |