org.jboss.messaging.core.server.impl
Class ServerBrowserImpl
java.lang.Object
org.jboss.messaging.core.server.impl.ServerBrowserImpl
public class ServerBrowserImpl
- extends java.lang.Object
Concrete implementation of BrowserEndpoint.
- Version:
- $Revision: 3778 $
$Id: ServerBrowserImpl.java 3778 2008-02-24 12:15:29Z timfox $
- Author:
- Tim Fox, Ovidiu Feodorov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getID
public long getID()
reset
public void reset()
throws java.lang.Exception
- Throws:
java.lang.Exception
hasNextMessage
public boolean hasNextMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
nextMessage
public ServerMessage nextMessage()
throws java.lang.Exception
- Throws:
java.lang.Exception
nextMessageBlock
public Message[] nextMessageBlock(int maxMessages)
throws java.lang.Exception
- Throws:
java.lang.Exception
close
public void close()
throws java.lang.Exception
- Throws:
java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
newHandler
public PacketHandler newHandler()
Copyright © 2006 JBoss Inc. All Rights Reserved.