Uses of Class
org.apache.mina.statemachine.StateMachine
Packages that use StateMachine
-
Uses of StateMachine in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as StateMachineModifier and TypeFieldDescriptionprivate final StateMachineStateMachineProxyBuilder.MethodInvocationHandler.smMethods in org.apache.mina.statemachine that return StateMachineModifier and TypeMethodDescriptionCreates a newStateMachinefrom the specified handler object and using a start state with idstart.Creates a newStateMachinefrom the specified handler objects and using a start state with idstart.Creates a newStateMachinefrom the specified handler object and using theStatewith the specified id as start state.Creates a newStateMachinefrom the specified handler objects and using theStatewith the specified id as start state.Methods in org.apache.mina.statemachine with parameters of type StateMachineModifier and TypeMethodDescriptionStateMachineProxyBuilder.create(Class<?>[] ifaces, StateMachine sm) Creates a proxy for the specified interfaces and which uses the specifiedStateMachine.<T> TStateMachineProxyBuilder.create(Class<T> iface, StateMachine sm) Creates a proxy for the specified interface and which uses the specifiedStateMachine.Constructors in org.apache.mina.statemachine with parameters of type StateMachineModifierConstructorDescriptionMethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, String name)