org.apache.geronimo.network.protocol
Class EchoDownProtocol
java.lang.Object
org.apache.geronimo.network.protocol.AbstractProtocol
org.apache.geronimo.network.protocol.EchoDownProtocol
- All Implemented Interfaces:
- Cloneable, Protocol
- public class EchoDownProtocol
- extends AbstractProtocol
- Version:
- $Revision: 1.2 $ $Date: 2004/08/01 13:03:43 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoDownProtocol
public EchoDownProtocol()
setup
public void setup()
throws ProtocolException
- Throws:
ProtocolException
drain
public void drain()
throws ProtocolException
- Throws:
ProtocolException
teardown
public void teardown()
throws ProtocolException
- Throws:
ProtocolException
sendUp
public void sendUp(UpPacket packet)
throws ProtocolException
- Throws:
ProtocolException
sendDown
public void sendDown(DownPacket packet)
throws ProtocolException
- Throws:
ProtocolException
flush
public void flush()
throws ProtocolException
- Throws:
ProtocolException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.