Package org.openmuc.jeebus.ship.state.machine
-
Interface Summary Interface Description StateHandler AStateHandleris a collection of event handlers associated with a given SHIP connection state.StateHandlerContext This interface encapsulates all the ways in which aStateHandlermay interact with the network, the state machine, and the various timers. -
Class Summary Class Description StateMachine SHIP state machine, handles connection setup until Connection Data Exchange is reached. -
Enum Summary Enum Description SpecifiedTimeout State All states that a SHIP connection might be in. -
Annotation Types Summary Annotation Type Description StateHandler.Handles Indicates which state(s) this handler takes care of.StateHandler.UsesExtraData Indicates that this state needs some extra data of the specified type.