org.jboss.jms.client
Class JBossQueueBrowser

java.lang.Object
  extended by org.jboss.jms.client.JBossQueueBrowser
All Implemented Interfaces:
java.io.Serializable, javax.jms.QueueBrowser

public class JBossQueueBrowser
extends java.lang.Object
implements javax.jms.QueueBrowser, java.io.Serializable

Author:
Tim Fox $Id: JBossQueueBrowser.java 3174 2007-10-05 15:14:57Z timfox $
See Also:
Serialized Form

Method Summary
 void close()
           
 BrowserDelegate getDelegate()
           
 java.util.Enumeration getEnumeration()
           
 java.lang.String getMessageSelector()
           
 javax.jms.Queue getQueue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

close

public void close()
           throws javax.jms.JMSException
Specified by:
close in interface javax.jms.QueueBrowser
Throws:
javax.jms.JMSException

getEnumeration

public java.util.Enumeration getEnumeration()
                                     throws javax.jms.JMSException
Specified by:
getEnumeration in interface javax.jms.QueueBrowser
Throws:
javax.jms.JMSException

getMessageSelector

public java.lang.String getMessageSelector()
                                    throws javax.jms.JMSException
Specified by:
getMessageSelector in interface javax.jms.QueueBrowser
Throws:
javax.jms.JMSException

getQueue

public javax.jms.Queue getQueue()
                         throws javax.jms.JMSException
Specified by:
getQueue in interface javax.jms.QueueBrowser
Throws:
javax.jms.JMSException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getDelegate

public BrowserDelegate getDelegate()


Copyright © 2006 JBoss Inc. All Rights Reserved.