Package org.metricshub.ipmi.core.sm.events
package org.metricshub.ipmi.core.sm.events
The
StateMachine
events.
To create custom action extend StateMachineEvent
class.-
ClassesClassDescriptionPerforms transition from
AuthcapWaiting
toAuthcap
.Performs transition fromAuthcap
toOpenSessionWaiting
.StateMachineEvent
that will makeStateMachine
in theSessionValid
State
to sendCloseSession
and transit toAuthcap
State
the session.Generic event that is used in a few transitions.Default message for acknowledging received IPMI responses.Performed inCiphersWaiting
State
indcates that not all availableCipherSuite
s were received from the remote system and moreGetChannelCipherSuites
commands are needed.Performs transition fromOpenSessionComplete
toRakp1Waiting
.Performs transition fromRakp1Complete
toRakp3Waiting
.StateMachineEvent
that will makeStateMachine
in theSessionValid
State
to sendGetChannelAuthenticationCapabilities
to the BMC in order to keep up the session.Acknowledges starting the session after receiving RAKP Message 4 (StateMachine
transits fromRakp3Complete
toSessionValid
)Abstract for an event of theStateMachine
.StateMachineEvent
indicating that response for one of the messages in the process of the session challenge did not arrive in time.