Package org.apache.mina.statemachine
package org.apache.mina.statemachine
-
ClassDescriptionException used internally by
StateControl.Exception used internally byStateControl.Exception used internally byStateControl.Exception used internally byStateControl.The base exception of the exceptions thrown by the methods in theStateControlclass.Exception thrown byStateMachinewhen a transition in the state machine references a state which doesn't exist.Represents a state in aStateMachine.Allows for programmatic control of a state machines execution.Represents a complete state machine.Exception thrown byStateMachineFactorywhen aStateMachinecould not be constructed for some reason.CreatesStateMachines by readingState,TransitionandTransitions(or equivalent) andSelfTransitionannotations from one or more arbitrary objects.Used to create proxies which will forward all method calls on them to aStateMachine.