站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

SpyQueueBrowser (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq
Class SpyQueueBrowser

java.lang.Object
  extended byorg.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.3.2.2 $
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.