|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jms.connection.QueueBrowserImpl
public class QueueBrowserImpl
A basic queue.
Field Summary | |
---|---|
protected AbstractQueue |
_queue
|
Method Summary | |
---|---|
void |
close()
|
java.util.Enumeration |
getEnumeration()
Returns an enumeration of the matching messages. |
java.lang.String |
getMessageSelector()
Returns the message selector. |
Queue |
getQueue()
Returns the browser's queue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AbstractQueue _queue
Method Detail |
---|
public Queue getQueue() throws JMSException
getQueue
in interface QueueBrowser
JMSException
public java.lang.String getMessageSelector() throws JMSException
getMessageSelector
in interface QueueBrowser
JMSException
public java.util.Enumeration getEnumeration() throws JMSException
getEnumeration
in interface QueueBrowser
JMSException
public void close() throws JMSException
close
in interface QueueBrowser
JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |