Uses of Interface
org.apache.mina.statemachine.context.StateContextLookup

Packages that use StateContextLookup
org.apache.mina.statemachine   
org.apache.mina.statemachine.context   
 

Uses of StateContextLookup in org.apache.mina.statemachine
 

Methods in org.apache.mina.statemachine with parameters of type StateContextLookup
static Object StateMachineProxyFactory.create(Class<?>[] ifaces, StateMachine sm, StateContextLookup contextLookup)
           
static Object StateMachineProxyFactory.create(Class<?>[] ifaces, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory)
           
static
<T> T
StateMachineProxyFactory.create(Class<T> iface, StateMachine sm, StateContextLookup contextLookup)
           
static
<T> T
StateMachineProxyFactory.create(Class<T> iface, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor)
           
static
<T> T
StateMachineProxyFactory.create(Class<T> iface, StateMachine sm, StateContextLookup contextLookup, EventArgumentsInterceptor interceptor, EventFactory eventFactory)
           
 

Uses of StateContextLookup in org.apache.mina.statemachine.context
 

Classes in org.apache.mina.statemachine.context that implement StateContextLookup
 class AbstractStateContextLookup
          Abstract StateContextLookup implementation.
 class IoSessionStateContextLookup
          MINA specific StateContextLookup which uses an IoSession attribute to store the StateContextLookup.
 class SingletonStateContextLookup
          StateContextLookup implementation which always returns the same StateContext instance.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.