|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jms.server.endpoint.ServerBrowserEndpoint
public class ServerBrowserEndpoint
Concrete implementation of BrowserEndpoint.
| Method Summary | |
|---|---|
void |
close()
Close the instance |
long |
closing(long sequence)
Tell the instance to prepare to close |
boolean |
hasNextMessage()
|
JBossMessage |
nextMessage()
|
JBossMessage[] |
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 |
| Method Detail |
|---|
public void reset()
throws JMSException
BrowserEndpoint
reset in interface BrowserEndpointJMSException
public boolean hasNextMessage()
throws JMSException
hasNextMessage in interface BrowserEndpointJMSException
public JBossMessage nextMessage()
throws JMSException
nextMessage in interface BrowserEndpointJMSException
public JBossMessage[] nextMessageBlock(int maxMessages)
throws JMSException
nextMessageBlock in interface BrowserEndpointJMSException
public void close()
throws JMSException
Closeable
close in interface CloseableJMSException
public long closing(long sequence)
throws JMSException
Closeable
closing in interface CloseableJMSExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||