Uses of Interface
org.apache.mina.statemachine.context.StateContextLookup
Packages that use StateContextLookup
-
Uses of StateContextLookup in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as StateContextLookupModifier and TypeFieldDescriptionprivate StateContextLookupStateMachineProxyBuilder.contextLookupprivate final StateContextLookupStateMachineProxyBuilder.MethodInvocationHandler.contextLookupMethods in org.apache.mina.statemachine with parameters of type StateContextLookupModifier and TypeMethodDescriptionStateMachineProxyBuilder.setStateContextLookup(StateContextLookup contextLookup) Sets theStateContextLookupto be used.Constructors in org.apache.mina.statemachine with parameters of type StateContextLookupModifierConstructorDescriptionMethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, String name) -
Uses of StateContextLookup in org.apache.mina.statemachine.context
Classes in org.apache.mina.statemachine.context that implement StateContextLookupModifier and TypeClassDescriptionclassAbstractStateContextLookupimplementation.classclassStateContextLookupimplementation which always returns the sameStateContextinstance.