org.jboss.mq
Class SpyQueueBrowser

java.lang.Object
  extended by org.jboss.mq.SpyQueueBrowser
All Implemented Interfaces:
javax.jms.QueueBrowser

public class SpyQueueBrowser
extends Object
implements javax.jms.QueueBrowser

This class implements javax.jms.QueueBrowser

Version:
$Revision: 1.8 $
Author:
Norbert Lataille (Norbert.Lataille@m4x.org), Adrian Brock

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

Method Detail

getQueue

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

getMessageSelector

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

getEnumeration

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

close

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.