| java.lang.Object org.jboss.mq.SpyQueueBrowser
SpyQueueBrowser | public class SpyQueueBrowser implements QueueBrowser(Code) | | This class implements javax.jms.QueueBrowser
author: Norbert Lataille (Norbert.Lataille@m4x.org) author: Adrian Brock version: $Revision: 57198 $ |
closed | boolean closed(Code) | | Whether we are closed
|
destination | Queue destination(Code) | | The destination this browser will browse messages from
|
messageSelector | String messageSelector(Code) | | String Selector
|
SpyQueueBrowser | SpyQueueBrowser(SpySession session, Queue destination, String messageSelector) throws InvalidSelectorException(Code) | | Create a new SpyQueueBrowser
Parameters: session - the session Parameters: destination - the destination Parameters: messageSelector - the message selector throws: InvalidSelectorException - for an invalid selector |
close | public void close() throws JMSException(Code) | | |
getMessageSelector | public String getMessageSelector() throws JMSException(Code) | | |
getQueue | public Queue getQueue() throws JMSException(Code) | | |
|
|