org.jboss.messaging.jms.client
Class JBossQueueBrowser

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

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

Author:
Tim Fox $Id: JBossQueueBrowser.java 4163 2008-05-08 11:20:19Z timfox $

Method Summary
 void close()
           
 ClientBrowser getBrowser()
           
 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

getBrowser

public ClientBrowser getBrowser()


Copyright © 2006 JBoss Inc. All Rights Reserved.