Package org.apache.mina.statemachine.context
package org.apache.mina.statemachine.context
-
ClassDescriptionAbstract
StateContextwhich uses aMapto store the attributes.AbstractStateContextLookupimplementation.DefaultStateContextimplementation.StateContextFactorywhich createsDefaultStateContextobjects.StateContextLookupimplementation which always returns the sameStateContextinstance.StateContextobjects are used to store the currentStateand any application specific attributes for a specific client of aStateMachine.Factory which createsStateContextinstances.Lookups aStateContextfrom a collection of event arguments.