Uses of Package
org.apache.mina.statemachine
-
Packages that use org.apache.mina.statemachine Package Description org.apache.mina.statemachine org.apache.mina.statemachine.context org.apache.mina.statemachine.transition -
Classes in org.apache.mina.statemachine used by org.apache.mina.statemachine Class Description BreakException The base exception of the exceptions thrown by the methods in theStateControlclass.State Represents a state in aStateMachine.State.TransitionHolder StateMachine Represents a complete state machine.StateMachineFactory CreatesStateMachines by readingState,TransitionandTransitions(or equivalent) andSelfTransitionannotations from one or more arbitrary objects.StateMachineFactory.TransitionWrapper StateMachineProxyBuilder Used to create proxies which will forward all method calls on them to aStateMachine. -
Classes in org.apache.mina.statemachine used by org.apache.mina.statemachine.context Class Description State Represents a state in aStateMachine. -
Classes in org.apache.mina.statemachine used by org.apache.mina.statemachine.transition Class Description State Represents a state in aStateMachine.