|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.QueueBrowser
Implements the javax.jms.QueueBrowser
interface.
Method Summary | |
void |
close()
API method. |
java.util.Enumeration |
getEnumeration()
API method. |
java.lang.String |
getMessageSelector()
API method. |
javax.jms.Queue |
getQueue()
API method. |
java.lang.String |
toString()
Returns a string view of this browser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String toString()
public javax.jms.Queue getQueue() throws javax.jms.JMSException
getQueue
in interface javax.jms.QueueBrowser
javax.jms.IllegalStateException
- If the browser is closed.
javax.jms.JMSException
public java.lang.String getMessageSelector() throws javax.jms.JMSException
getMessageSelector
in interface javax.jms.QueueBrowser
javax.jms.IllegalStateException
- If the browser is closed.
javax.jms.JMSException
public java.util.Enumeration getEnumeration() throws javax.jms.JMSException
getEnumeration
in interface javax.jms.QueueBrowser
javax.jms.IllegalStateException
- If the browser is closed, or if the
connection is broken.
JMSSecurityException
- If the client is not a READER on the
queue.
javax.jms.JMSException
- If the request fails for any other reason.public void close() throws javax.jms.JMSException
close
in interface javax.jms.QueueBrowser
javax.jms.JMSException
- Actually never thrown.
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |