Package | Description |
---|---|
com.veraxsystems.vximpi.test | |
com.veraxsystems.vxipmi.connection |
Package responsible for
Connection management. |
com.veraxsystems.vxipmi.sm |
The
StateMachine classes |
com.veraxsystems.vxipmi.sm.actions |
The
StateMachine actions. |
Modifier and Type | Method and Description |
---|---|
void |
StateMachineTest.notify(StateMachineAction action) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.notify(StateMachineAction action) |
Modifier and Type | Method and Description |
---|---|
void |
StateMachine.doExternalAction(StateMachineAction action)
Sends a notification of an action to all
MachineObserver s |
void |
MachineObserver.notify(StateMachineAction action)
Notifies observer of action performed by the State Machine.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorAction
Action representing an exception handed to the machine owner.
|
class |
GetSikAction
Returns the Session Integrity Key calculated after receiving RAKP Message 2.
|
class |
MessageAction
Returns response to the unknown command (recognition is up to the higher
levels of the architecture) received in the
SessionValid state. |
class |
ResponseAction
StateMachineAction carrying ResponseData for the message in the process
of the session challenge. |