org.jboss.jms.server.endpoint
Class ServerBrowserEndpoint
java.lang.Object
org.jboss.jms.server.endpoint.ServerBrowserEndpoint
- All Implemented Interfaces:
- BrowserEndpoint, Closeable
- public class ServerBrowserEndpoint
- extends java.lang.Object
- implements BrowserEndpoint
Concrete implementation of BrowserEndpoint.
- Version:
- $Revision: 1323 $
$Id: ServerBrowserEndpoint.java 1323 2006-09-20 00:48:57Z ovidiu.feodorov@jboss.com $
- Author:
- Tim Fox
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerBrowserEndpoint
protected ServerBrowserEndpoint(ServerSessionEndpoint session,
int id,
Channel destination,
java.lang.String messageSelector)
throws JMSException
hasNextMessage
public boolean hasNextMessage()
throws JMSException
- Specified by:
hasNextMessage
in interface BrowserEndpoint
- Throws:
JMSException
nextMessage
public Message nextMessage()
throws JMSException
- Specified by:
nextMessage
in interface BrowserEndpoint
- Throws:
JMSException
nextMessageBlock
public Message[] nextMessageBlock(int maxMessages)
throws JMSException
- Specified by:
nextMessageBlock
in interface BrowserEndpoint
- Throws:
JMSException
close
public void close()
throws JMSException
- Description copied from interface:
Closeable
- Close the instance
- Specified by:
close
in interface Closeable
- Throws:
JMSException
closing
public void closing()
throws JMSException
- Description copied from interface:
Closeable
- Tell the instance to prepare to close
- Specified by:
closing
in interface Closeable
- Throws:
JMSException
isClosed
public boolean isClosed()
- Specified by:
isClosed
in interface Closeable
toString
public java.lang.String toString()
Copyright © 2006 JBoss Inc. All Rights Reserved.