org.jboss.messaging.core.client.impl
Class ClientBrowserImpl

java.lang.Object
  extended by org.jboss.messaging.core.client.impl.ClientBrowserImpl
All Implemented Interfaces:
ClientBrowser

public class ClientBrowserImpl
extends java.lang.Object
implements ClientBrowser

Version:
$Revision: 3602 $ $Id: ClientBrowserImpl.java 3602 2008-01-21 17:48:32Z timfox $
Author:
Tim Fox, Ovidiu Feodorov, Clebert Suconic

Constructor Summary
ClientBrowserImpl(long serverTargetID, ClientSessionInternal session, RemotingConnection remotingConnection)
           
 
Method Summary
 void close()
           
 boolean hasNextMessage()
           
 boolean isClosed()
           
 ClientMessage nextMessage()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientBrowserImpl

public ClientBrowserImpl(long serverTargetID,
                         ClientSessionInternal session,
                         RemotingConnection remotingConnection)
Method Detail

close

public void close()
           throws MessagingException
Specified by:
close in interface ClientBrowser
Throws:
MessagingException

isClosed

public boolean isClosed()
Specified by:
isClosed in interface ClientBrowser

reset

public void reset()
           throws MessagingException
Specified by:
reset in interface ClientBrowser
Throws:
MessagingException

hasNextMessage

public boolean hasNextMessage()
                       throws MessagingException
Specified by:
hasNextMessage in interface ClientBrowser
Throws:
MessagingException

nextMessage

public ClientMessage nextMessage()
                          throws MessagingException
Specified by:
nextMessage in interface ClientBrowser
Throws:
MessagingException


Copyright © 2006 JBoss Inc. All Rights Reserved.