Uses of Package
org.apache.mina.statemachine.context

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

Classes in org.apache.mina.statemachine.context used by org.apache.mina.statemachine
StateContextLookup
          Lookups a StateContext from a collection of event arguments.
 

Classes in org.apache.mina.statemachine.context used by org.apache.mina.statemachine.context
AbstractStateContext
          Abstract StateContext which uses a Map to store the attributes.
AbstractStateContextLookup
          Abstract StateContextLookup implementation.
StateContext
          StateContext objects are used to store the current State and any application specific attributes for a specific client of a StateMachine.
StateContextFactory
          Factory which creates StateContext instances.
StateContextLookup
          Lookups a StateContext from a collection of event arguments.
 

Classes in org.apache.mina.statemachine.context used by org.apache.mina.statemachine.event
StateContext
          StateContext objects are used to store the current State and any application specific attributes for a specific client of a StateMachine.
 



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