|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmsMsgConsumer
Contains provider specific methods relating to the javax.jms.MessageConsumer interface.
Method Summary | |
---|---|
javax.jms.Destination |
getDestination()
Get the Destination associated with this MessageConsumer. |
Methods inherited from interface javax.jms.MessageConsumer |
---|
close, getMessageListener, getMessageSelector, receive, receive, receiveNoWait, setMessageListener |
Method Detail |
---|
javax.jms.Destination getDestination() throws javax.jms.JMSException
This method should be part of the standard JMS interfaces (to provide symmetry with the MessageProducer, and also QueueReceiver/TopicSubscriber, however it appears to have been omitted.
javax.jms.JMSException
- If the JMS provider fails to get the destination for
this MessageProducer due to some internal error.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |