org.mortbay.cometd.jms
Class CometdConsumer
java.lang.Object
org.mortbay.cometd.jms.CometdConsumer
public class CometdConsumer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CometdConsumer
public CometdConsumer()
getNoLocal
public boolean getNoLocal()
throws JMSException
- Throws:
JMSException
getTopic
public Topic getTopic()
throws JMSException
- Throws:
JMSException
close
public void close()
throws JMSException
- Throws:
JMSException
getMessageListener
public MessageListener getMessageListener()
throws JMSException
- Throws:
JMSException
getMessageSelector
public String getMessageSelector()
throws JMSException
- Throws:
JMSException
receive
public Message receive()
throws JMSException
- Throws:
JMSException
receive
public Message receive(long arg0)
throws JMSException
- Throws:
JMSException
receiveNoWait
public Message receiveNoWait()
throws JMSException
- Throws:
JMSException
setMessageListener
public void setMessageListener(MessageListener arg0)
throws JMSException
- Throws:
JMSException
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.