org.jboss.jms.server.endpoint
Interface BrowserEndpoint

All Superinterfaces:
Closeable
All Known Subinterfaces:
BrowserDelegate
All Known Implementing Classes:
BrowserAdvised, ClientBrowserDelegate, ServerBrowserEndpoint

public interface BrowserEndpoint
extends Closeable

Represents the set of methods from the BrowserDelegate that are handled on the server. The rest of the methods are handled in the advice stack.

Version:
$Revision: 1026 $ $Id: BrowserEndpoint.java 1026 2006-07-27 19:01:57Z timfox $
Author:
Tim Fox

Method Summary
 boolean hasNextMessage()
           
 Message nextMessage()
           
 Message[] nextMessageBlock(int maxMessages)
           
 
Methods inherited from interface org.jboss.jms.client.Closeable
close, closing, isClosed
 

Method Detail

nextMessage

public Message nextMessage()
                    throws JMSException
Throws:
JMSException

hasNextMessage

public boolean hasNextMessage()
                       throws JMSException
Throws:
JMSException

nextMessageBlock

public Message[] nextMessageBlock(int maxMessages)
                           throws JMSException
Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.