Class Rakp1Complete

java.lang.Object
org.metricshub.ipmi.core.sm.states.State
org.metricshub.ipmi.core.sm.states.Rakp1Complete

public class Rakp1Complete extends State
At this state RAKP Message 2 was received - waiting for the confirmation to send RAKP Message 3. Transition to Rakp3Waiting on Rakp2Ack.
  • Constructor Details

    • Rakp1Complete

      public Rakp1Complete(Rakp1 rakp1)
      Initiates state.
      Parameters:
      rakp1 - - the Rakp1 message that was sent earlier in the authentification process.
  • Method Details

    • doTransition

      public void doTransition(StateMachine stateMachine, StateMachineEvent machineEvent)
      Description copied from class: State
      Performs the state transition
      Specified by:
      doTransition in class State
      Parameters:
      stateMachine - - the context
      machineEvent - - the StateMachineEvent that was the cause of the transition
    • doAction

      public void doAction(StateMachine stateMachine, RmcpMessage message)
      Description copied from class: State
      Defines the action that should be performed when a response form the remote system arrives in the current state.
      Specified by:
      doAction in class State
      Parameters:
      stateMachine - - the context
      message - - the message that appeared