| |
|
| java.lang.Object java.lang.Thread org.jgroups.stack.UpHandler org.jgroups.protocols.DUMMY_TP
DUMMY_TP | public class DUMMY_TP extends Protocol (Code) | | Dummy transport, returns a fake local address and responds to CONNECT with CONNECT_OK.
Compared to LOOPBACK, this discards everything
author: Bela Ban version: $Id: DUMMY_TP.java,v 1.1 2005/04/14 14:39:32 belaban Exp $ |
DUMMY_TP | public DUMMY_TP()(Code) | | |
down | public void down(Event evt)(Code) | | 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).
|
Fields inherited from org.jgroups.stack.UpHandler | final protected Log log(Code)(Java Doc)
|
|
|
|