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

QueueBrowser (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


javax.jms
Interface QueueBrowser


public interface QueueBrowser

Version:
$Revision: 1.1 $
Author:
Chris Kimpton (chris@kimptoc.net)

Method Summary
 void close()
           
 Enumeration getEnumeration()
           
 String getMessageSelector()
           
 Queue getQueue()
           
 

Method Detail

getQueue

public Queue getQueue()
               throws JMSException
Throws:
JMSException

getMessageSelector

public String getMessageSelector()
                          throws JMSException
Throws:
JMSException

getEnumeration

public Enumeration getEnumeration()
                           throws JMSException
Throws:
JMSException

close

public void close()
           throws JMSException
Throws:
JMSException


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