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

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

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

Classes in org.apache.mina.statemachine.context that implement StateContextFactory
 class DefaultStateContextFactory
          StateContextFactory which creates DefaultStateContext objects.
 

Constructors in org.apache.mina.statemachine.context with parameters of type StateContextFactory
AbstractStateContextLookup(StateContextFactory contextFactory)
          Creates a new instance which uses the specified StateContextFactory to create StateContext objects.
IoSessionStateContextLookup(StateContextFactory contextFactory)
          Creates a new instance using the specified StateContextFactory to create StateContext objects for new IoSessions.
IoSessionStateContextLookup(StateContextFactory contextFactory, String sessionAttributeName)
          Creates a new instance using the specified StateContextFactory to create StateContext objects for new IoSessions.
SingletonStateContextLookup(StateContextFactory contextFactory)
          Creates a new instance which uses the specified StateContextFactory to create the single instance.
 



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