|
|||||||||||
| 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 BrowserEndpointJMSException
public boolean hasNextMessage()
throws JMSException
hasNextMessage in interface BrowserEndpointJMSException
public Message nextMessage()
throws JMSException
nextMessage in interface BrowserEndpointJMSException
public Message[] nextMessageBlock(int maxMessages)
throws JMSException
nextMessageBlock in interface BrowserEndpointJMSException
public void close()
throws JMSException
Closeable
close in interface CloseableJMSException
public void closing()
throws JMSException
Closeable
closing in interface CloseableJMSExceptionpublic boolean isClosed()
isClosed in interface Closeablepublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||