|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RdvGreeter
A Greeter is reponsible for receiving messages from walkers, and push them to the service that is listening to them.
RdvWalk
,
RdvWalker
Method Summary | |
---|---|
void |
replyMessage(Message msg,
Message reply)
Reply to a message received by the Greeter. |
void |
stop()
Stop the greeter |
Method Detail |
---|
void replyMessage(Message msg, Message reply) throws IOException
msg
- The source message received previously by the Greeterreply
- The reply message to be sent to the source of the message.
IOException
- when the reply cannot be sent.void stop()
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |