org.apache.geronimo.network.protocol
Class TokenRingProtocol

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

public class TokenRingProtocol
extends AbstractProtocol

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

Constructor Summary
TokenRingProtocol()
           
 
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

TokenRingProtocol

public TokenRingProtocol()
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.