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
 StateMachineProxyBuilder StateMachineProxyBuilder.setStateContextLookup(StateContextLookup contextLookup)
          Sets the StateContextLookup to be used.
 

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-2008 Apache MINA Project. All Rights Reserved.