org.jboss.messaging.core.client
Interface ClientBrowser

All Known Implementing Classes:
ClientBrowserImpl

public interface ClientBrowser

Author:
Tim Fox, Ovidiu Feodorov, Clebert Suconic

Method Summary
 void close()
           
 boolean hasNextMessage()
           
 boolean isClosed()
           
 ClientMessage nextMessage()
           
 void reset()
           
 

Method Detail

reset

void reset()
           throws MessagingException
Throws:
MessagingException

nextMessage

ClientMessage nextMessage()
                          throws MessagingException
Throws:
MessagingException

hasNextMessage

boolean hasNextMessage()
                       throws MessagingException
Throws:
MessagingException

close

void close()
           throws MessagingException
Throws:
MessagingException

isClosed

boolean isClosed()


Copyright © 2006 JBoss Inc. All Rights Reserved.