org.apache.geronimo.network.protocol
Class DoNothingProtocol

java.lang.Object
  extended byorg.apache.geronimo.network.protocol.AbstractProtocol
      extended byorg.apache.geronimo.network.protocol.DoNothingProtocol
All Implemented Interfaces:
Cloneable, Protocol

public class DoNothingProtocol
extends AbstractProtocol

Version:
$Revision: 1.4 $ $Date: 2004/08/01 13:03:42 $

Constructor Summary
DoNothingProtocol()
           
 
Method Summary
 void drain()
           
 void flush()
           
 void sendDown(DownPacket packet)
           
 void sendUp(UpPacket packet)
           
 void setup()
           
 void teardown()
           
 
Methods inherited from class org.apache.geronimo.network.protocol.AbstractProtocol
clearLinks, cloneProtocol, getDownProtocol, getUpProtocol, setDownProtocol, setUpProtocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoNothingProtocol

public DoNothingProtocol()
Method Detail

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.