org.apache.geronimo.network.protocol.control
Class State

java.lang.Object
  extended byorg.apache.geronimo.network.protocol.control.State

public abstract class State
extends Object

Version:
$Revision: 1.1 $ $Date: 2004/04/24 22:34:01 $

Constructor Summary
protected State(Protocol parent)
           
 
Method Summary
protected  Protocol getDownProtocol()
           
 Protocol getParent()
           
protected  Protocol getUpProtocol()
           
abstract  void sendDown(DownPacket packet)
           
abstract  void sendUp(UpPacket packet)
           
 void setParent(Protocol parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State

protected State(Protocol parent)
Method Detail

getParent

public Protocol getParent()

setParent

public void setParent(Protocol parent)

getUpProtocol

protected Protocol getUpProtocol()

getDownProtocol

protected Protocol getDownProtocol()

sendUp

public abstract void sendUp(UpPacket packet)
                     throws ProtocolException
Throws:
ProtocolException

sendDown

public abstract void sendDown(DownPacket packet)
                       throws ProtocolException
Throws:
ProtocolException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.