Package org.apache.mina.statemachine.context
-
Interface Summary Interface Description StateContext StateContextobjects are used to store the currentStateand any application specific attributes for a specific client of aStateMachine.StateContextFactory Factory which createsStateContextinstances.StateContextLookup Lookups aStateContextfrom a collection of event arguments. -
Class Summary Class Description AbstractStateContext AbstractStateContextwhich uses aMapto store the attributes.AbstractStateContextLookup AbstractStateContextLookupimplementation.DefaultStateContext DefaultStateContextimplementation.DefaultStateContextFactory StateContextFactorywhich createsDefaultStateContextobjects.IoSessionStateContextLookup SingletonStateContextLookup StateContextLookupimplementation which always returns the sameStateContextinstance.