JXTA

net.jxta.impl.rendezvous
Interface RdvGreeter

All Known Implementing Classes:
LimitedRangeGreeter

public interface RdvGreeter

A Greeter is reponsible for receiving messages from walkers, and push them to the service that is listening to them.

See Also:
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

replyMessage

void replyMessage(Message msg,
                  Message reply)
                  throws IOException
Reply to a message received by the Greeter.

Parameters:
msg - The source message received previously by the Greeter
reply - The reply message to be sent to the source of the message.
Throws:
IOException - when the reply cannot be sent.

stop

void stop()
Stop the greeter


JXSE