|
||||||||||
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 javax.jms.JMSException
BrowserEndpoint
reset
in interface BrowserEndpoint
javax.jms.JMSException
public boolean hasNextMessage() throws javax.jms.JMSException
hasNextMessage
in interface BrowserEndpoint
javax.jms.JMSException
public JBossMessage nextMessage() throws javax.jms.JMSException
nextMessage
in interface BrowserEndpoint
javax.jms.JMSException
public JBossMessage[] nextMessageBlock(int maxMessages) throws javax.jms.JMSException
nextMessageBlock
in interface BrowserEndpoint
javax.jms.JMSException
public void close() throws javax.jms.JMSException
Closeable
close
in interface Closeable
javax.jms.JMSException
public long closing(long sequence) throws javax.jms.JMSException
Closeable
closing
in interface Closeable
javax.jms.JMSException
public 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 |