org.jboss.jms.client.delegate
Class ClientBrowserDelegate
java.lang.Object
org.jboss.jms.client.delegate.DelegateSupport
org.jboss.jms.client.delegate.ClientBrowserDelegate
- All Implemented Interfaces:
- BrowserDelegate, BrowserEndpoint, Closeable, java.io.Serializable
- public class ClientBrowserDelegate
- extends DelegateSupport
- implements BrowserDelegate
The client-side Browser delegate class.
- Version:
- $Revision: 1323 $
$Id: ClientBrowserDelegate.java 1323 2006-09-20 00:48:57Z ovidiu.feodorov@jboss.com $
- Author:
- Tim Fox, Ovidiu Feodorov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClientBrowserDelegate
public ClientBrowserDelegate(int objectID)
ClientBrowserDelegate
public ClientBrowserDelegate()
close
public void close()
throws JMSException
- This invocation should either be handled by the client-side interceptor chain or by the
server-side endpoint.
- 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
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
getStackName
public java.lang.String getStackName()
toString
public java.lang.String toString()
getClient
protected Client getClient()
- Specified by:
getClient
in class DelegateSupport
Copyright © 2006 JBoss Inc. All Rights Reserved.