|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Enter description here.
| Method Summary | |
void |
add(MessageImpl message)
Add a message. |
void |
addEventListener(JmsDestination destination,
MessageManagerEventListener listener)
Register a listener for a specific destination, to be notified when messages for the destination arrive. |
void |
prepare(MessageImpl message)
Prepares a message prior to it being passed through the system. |
void |
removeEventListener(JmsDestination destination)
Remove the listener for the specified destination. |
| Method Detail |
public void prepare(MessageImpl message)
throws javax.jms.JMSException
message - the messagejavax.jms.JMSException - if the message is invalid or cannot be prep'ed
public void add(MessageImpl message)
throws javax.jms.JMSException
message - the message to addjavax.jms.JMSException - if the message cannot be added
public void addEventListener(JmsDestination destination,
MessageManagerEventListener listener)
destination - the destination to register the listener forlistener - the listener to notifypublic void removeEventListener(JmsDestination destination)
destination - the destination to remove the listener for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||