Uses of Class
org.apache.mina.statemachine.StateMachine
-
Packages that use StateMachine Package Description org.apache.mina.statemachine -
-
Uses of StateMachine in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as StateMachine Modifier and Type Field Description private StateMachineStateMachineProxyBuilder.MethodInvocationHandler. smMethods in org.apache.mina.statemachine that return StateMachine Modifier and Type Method Description StateMachineStateMachineFactory. create(java.lang.Object handler)Creates a newStateMachinefrom the specified handler object and using a start state with idstart.StateMachineStateMachineFactory. create(java.lang.Object handler, java.lang.Object... handlers)Creates a newStateMachinefrom the specified handler objects and using a start state with idstart.StateMachineStateMachineFactory. create(java.lang.String start, java.lang.Object handler)Creates a newStateMachinefrom the specified handler object and using theStatewith the specified id as start state.StateMachineStateMachineFactory. create(java.lang.String start, java.lang.Object handler, java.lang.Object... handlers)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 StateMachine Modifier and Type Method Description java.lang.ObjectStateMachineProxyBuilder. create(java.lang.Class<?>[] ifaces, StateMachine sm)Creates a proxy for the specified interfaces and which uses the specifiedStateMachine.<T> TStateMachineProxyBuilder. create(java.lang.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 StateMachine Constructor Description MethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, java.lang.String name)
-