| Package | Description |
|---|---|
| org.apache.mina.statemachine | |
| org.apache.mina.statemachine.context | |
| org.apache.mina.statemachine.transition |
| Class and Description |
|---|
| BreakException
The base exception of the exceptions thrown by the methods in the
StateControl class. |
| NoSuchStateException
Exception thrown by
StateMachine when a transition in the state
machine references a state which doesn't exist. |
| State
Represents a state in a
StateMachine. |
| State.TransitionHolder |
| StateMachine
Represents a complete state machine.
|
| StateMachineFactory
Creates
StateMachines by reading State,
Transition and Transitions (or equivalent) and SelfTransition annotations from one or more arbitrary
objects. |
| StateMachineFactory.TransitionWrapper |
| StateMachineProxyBuilder
Used to create proxies which will forward all method calls on them to a
StateMachine. |
| Class and Description |
|---|
| State
Represents a state in a
StateMachine. |
| Class and Description |
|---|
| State
Represents a state in a
StateMachine. |