org.apache.geronimo.network.protocol.control
Class State
java.lang.Object
org.apache.geronimo.network.protocol.control.State
- public abstract class State
- extends Object
- Version:
- $Revision: 1.1 $ $Date: 2004/04/24 22:34:01 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
State
protected State(Protocol parent)
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.