org.jgroups.protocols
Class LOOPBACK
public
class
LOOPBACK
extends Protocol
Makes copies of outgoing messages, swaps sender and receiver and sends the message back up the stack.
public LOOPBACK()
public void down(
Event evt)
Caller by the layer above this layer. Usually we just put this Message
into the send queue and let one or more worker threads handle it. A worker thread
then removes the Message from the send queue, performs a conversion and adds the
modified Message to the send queue of the layer below it, by calling Down).
public String getName()
public void init()
public void start()
public String toString()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.