Class ServerInit
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
-
- org.openmuc.jeebus.ship.state.smeproth.ServerInit
-
public class ServerInit extends SmeProtHSubState
-
-
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 ServerInit(StateCallBack stateCB, ProtHCallBacks protHCallBacks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocedure()voidsetNextSubState()java.lang.StringtoString()-
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
-
ServerInit
public ServerInit(StateCallBack stateCB, ProtHCallBacks protHCallBacks)
-
-
Method Detail
-
setNextSubState
public void setNextSubState()
- Specified by:
setNextSubStatein classSubState
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-