org.jboss.jms.client
Class JBossQueueBrowser

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

public class JBossQueueBrowser
extends java.lang.Object
implements 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()
           
 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 JMSException
Throws:
JMSException

getEnumeration

public java.util.Enumeration getEnumeration()
                                     throws JMSException
Throws:
JMSException

getMessageSelector

public java.lang.String getMessageSelector()
                                    throws JMSException
Throws:
JMSException

getQueue

public Queue getQueue()
               throws JMSException
Throws:
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.