Uses of Interface
org.apache.mina.statemachine.context.StateContextLookup
-
Packages that use StateContextLookup Package Description org.apache.mina.statemachine org.apache.mina.statemachine.context -
-
Uses of StateContextLookup in org.apache.mina.statemachine
Fields in org.apache.mina.statemachine declared as StateContextLookup Modifier and Type Field Description private StateContextLookupStateMachineProxyBuilder. contextLookupprivate StateContextLookupStateMachineProxyBuilder.MethodInvocationHandler. contextLookupMethods in org.apache.mina.statemachine with parameters of type StateContextLookup Modifier and Type Method Description StateMachineProxyBuilderStateMachineProxyBuilder. setStateContextLookup(StateContextLookup contextLookup)Sets theStateContextLookupto be used.Constructors in org.apache.mina.statemachine with parameters of type StateContextLookup Constructor Description MethodInvocationHandler(StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory, boolean ignoreUnhandledEvents, boolean ignoreStateContextLookupFailure, java.lang.String name) -
Uses of StateContextLookup in org.apache.mina.statemachine.context
Classes in org.apache.mina.statemachine.context that implement StateContextLookup Modifier and Type Class Description classAbstractStateContextLookupAbstractStateContextLookupimplementation.classIoSessionStateContextLookupclassSingletonStateContextLookupStateContextLookupimplementation which always returns the sameStateContextinstance.
-