Class CiphersWaiting
java.lang.Object
org.metricshub.ipmi.core.sm.states.State
org.metricshub.ipmi.core.sm.states.CiphersWaiting
State at which getting Channel Cipher Suites is in progress. Transits back to
Uninitialized
on Timeout
, further proceeds with getting
Cipher Suites on GetChannelCipherSuitesPending
and moves on to
Ciphers
on DefaultAck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doAction
(StateMachine stateMachine, RmcpMessage message) Defines the action that should be performed when a response form the remote system arrives in the current state.void
doTransition
(StateMachine stateMachine, StateMachineEvent machineEvent) Performs the state transition
-
Constructor Details
-
CiphersWaiting
public CiphersWaiting(int index, int tag) Initializes state.- Parameters:
index
- - Index of the channel cipher suite package to gettag
- - Tag of the message
-
-
Method Details
-
doTransition
Description copied from class:State
Performs the state transition- Specified by:
doTransition
in classState
- Parameters:
stateMachine
- - the contextmachineEvent
- - theStateMachineEvent
that was the cause of the transition
-
doAction
Description copied from class:State
Defines the action that should be performed when a response form the remote system arrives in the current state.
-