Class ServerOk
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
-
- org.openmuc.jeebus.ship.state.smeproth.OkState
-
- org.openmuc.jeebus.ship.state.smeproth.ServerOk
-
public class ServerOk extends OkState
-
-
Field Summary
-
Fields inherited from class org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
protHCallBacks
-
Fields inherited from class org.openmuc.jeebus.ship.state.SubState
changeStateCB, log, stateCB
-
-
Constructor Summary
Constructors Constructor Description ServerOk(SmeProtHSubState subState, ProtocolHandshakeMsg p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class org.openmuc.jeebus.ship.state.smeproth.OkState
procedure, setNextSubState
-
Methods inherited from class org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
getProtHCallBacks, setProtHCallBacks
-
Methods inherited from class org.openmuc.jeebus.ship.state.SubState
doProcedure, getStateCB, next, setStateCB
-
-
-
-
Constructor Detail
-
ServerOk
public ServerOk(SmeProtHSubState subState, ProtocolHandshakeMsg p)
-
-