Class SmeHelloSubState
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.smehello.SmeHelloSubState
-
- Direct Known Subclasses:
Init,Listen,PendingTimeout,Timeout
public abstract class SmeHelloSubState extends SubState
-
-
Field Summary
Fields Modifier and Type Field Description protected HelloCallBackshelloCallBacksprotected ConnectionHelloPhaseTypephaseType-
Fields inherited from class org.openmuc.jeebus.ship.state.SubState
changeStateCB, log, stateCB
-
-
Constructor Summary
Constructors Constructor Description SmeHelloSubState(StateCallBack stateCB, HelloCallBacks helloCallBacks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HelloCallBacksgetHelloCallBacks()ConnectionHelloPhaseTypegetPhaseType()voidsetHelloCallBacks(HelloCallBacks helloCallBacks)-
Methods inherited from class org.openmuc.jeebus.ship.state.SubState
doProcedure, getStateCB, next, procedure, setNextSubState, setStateCB
-
-
-
-
Field Detail
-
phaseType
protected ConnectionHelloPhaseType phaseType
-
helloCallBacks
protected HelloCallBacks helloCallBacks
-
-
Constructor Detail
-
SmeHelloSubState
public SmeHelloSubState(StateCallBack stateCB, HelloCallBacks helloCallBacks)
-
-
Method Detail
-
getPhaseType
public ConnectionHelloPhaseType getPhaseType()
-
getHelloCallBacks
public HelloCallBacks getHelloCallBacks()
-
setHelloCallBacks
public void setHelloCallBacks(HelloCallBacks helloCallBacks)
-
-