|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.server.endpoint.ServerBrowserEndpoint
Concrete implementation of BrowserEndpoint.
Constructor Summary | |
protected |
ServerBrowserEndpoint(ServerSessionEndpoint session,
int id,
Channel destination,
java.lang.String messageSelector)
|
Method Summary | |
void |
close()
Close the instance |
void |
closing()
Tell the instance to prepare to close |
boolean |
hasNextMessage()
|
boolean |
isClosed()
|
Message |
nextMessage()
|
Message[] |
nextMessageBlock(int maxMessages)
|
void |
reset()
Reset the internal state of the browser endpoint so the following nextMessage()/hasNextMessage()/nextMessageBlock() invocations would reflect the state of the queue at the moment of the reset. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected ServerBrowserEndpoint(ServerSessionEndpoint session, int id, Channel destination, java.lang.String messageSelector) throws JMSException
Method Detail |
public void reset() throws JMSException
BrowserEndpoint
reset
in interface BrowserEndpoint
JMSException
public boolean hasNextMessage() throws JMSException
hasNextMessage
in interface BrowserEndpoint
JMSException
public Message nextMessage() throws JMSException
nextMessage
in interface BrowserEndpoint
JMSException
public Message[] nextMessageBlock(int maxMessages) throws JMSException
nextMessageBlock
in interface BrowserEndpoint
JMSException
public void close() throws JMSException
Closeable
close
in interface Closeable
JMSException
public void closing() throws JMSException
Closeable
closing
in interface Closeable
JMSException
public boolean isClosed()
isClosed
in interface Closeable
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |