Class Rakp1Waiting
java.lang.Object
org.metricshub.ipmi.core.sm.states.State
org.metricshub.ipmi.core.sm.states.Rakp1Waiting
Waiting for RAKP Message 2. Transition to:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoAction(StateMachine stateMachine, RmcpMessage message) Defines the action that should be performed when a response form the remote system arrives in the current state.voiddoTransition(StateMachine stateMachine, StateMachineEvent machineEvent) Performs the state transition
-
Constructor Details
-
Rakp1Waiting
Initiates state.- Parameters:
rakp1- - theRakp1message that was sent earlier in the authentification process.
-
-
Method Details
-
doTransition
Description copied from class:StatePerforms the state transition- Specified by:
doTransitionin classState- Parameters:
stateMachine- - the contextmachineEvent- - theStateMachineEventthat was the cause of the transition
-
doAction
Description copied from class:StateDefines the action that should be performed when a response form the remote system arrives in the current state.
-