|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provided to allow for the registration of a ReplyListener
per request.
A ReplyListener
receives replies (RPY, ERR, ANS, NUL)
corresponding to an MSG sent with sendMSG
.
Channel.sendMSG(OutputDataStream, ReplyListener)
Method Summary | |
void |
receiveANS(Message message)
Called when the underlying BEEP framework receives a reply of type ANS. |
void |
receiveERR(Message message)
Called when the underlying BEEP framework receives a reply of type ERR. |
void |
receiveNUL(Message message)
Called when the underlying BEEP framework receives a reply of type NUL. |
void |
receiveRPY(Message message)
Called when the underlying BEEP framework receives a reply of type RPY. |
Method Detail |
public void receiveRPY(Message message) throws AbortChannelException
message
- BEEP message
AbortChannelException
Message
public void receiveERR(Message message) throws AbortChannelException
message
- BEEP message
AbortChannelException
Message
public void receiveANS(Message message) throws AbortChannelException
message
- BEEP message
AbortChannelException
Message
public void receiveNUL(Message message) throws AbortChannelException
message
- BEEP message
AbortChannelException
Message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |