Uses of Interface
org.apache.mina.statemachine.context.StateContext
Packages that use StateContext
Package
Description
-
Uses of StateContext in org.apache.mina.statemachine
Methods in org.apache.mina.statemachine with parameters of type StateContextModifier and TypeMethodDescription(package private) voidStateMachine.executeOnEntries(StateContext context, State state) (package private) voidStateMachine.executeOnExits(StateContext context, State state) StateMachine.getCallStack(StateContext context) private voidStateMachine.setCurrentState(StateContext context, State newState) -
Uses of StateContext in org.apache.mina.statemachine.context
Classes in org.apache.mina.statemachine.context that implement StateContextModifier and TypeClassDescriptionclassAbstractStateContextwhich uses aMapto store the attributes.classDefaultStateContextimplementation.Fields in org.apache.mina.statemachine.context declared as StateContextMethods in org.apache.mina.statemachine.context that return StateContextModifier and TypeMethodDescriptionDefaultStateContextFactory.create()StateContextFactory.create()Creates a newStateContext.protected abstract StateContextExtracts aStateContextfrom the specified event argument which is an instance of a classAbstractStateContextLookup.supports(Class)returnstruefor.protected StateContextSearches the arguments from anEventand returns aStateContextif any of the arguments holds one.Methods in org.apache.mina.statemachine.context with parameters of type StateContextModifier and TypeMethodDescriptionprotected abstract voidAbstractStateContextLookup.store(Object eventArg, StateContext context) Stores a newStateContextin the specified event argument which is an instance of a classAbstractStateContextLookup.supports(Class)returnstruefor.protected voidIoSessionStateContextLookup.store(Object eventArg, StateContext context) -
Uses of StateContext in org.apache.mina.statemachine.event
Fields in org.apache.mina.statemachine.event declared as StateContextMethods in org.apache.mina.statemachine.event that return StateContextMethods in org.apache.mina.statemachine.event with parameters of type StateContextModifier and TypeMethodDescriptionDefaultEventFactory.create(StateContext context, Method method, Object[] arguments) Creates a newEventfrom the specified method and method arguments.EventFactory.create(StateContext context, Method method, Object[] arguments) Creates a newEventfrom the specified method and method arguments.Constructors in org.apache.mina.statemachine.event with parameters of type StateContextModifierConstructorDescriptionEvent(Object id, StateContext context) Creates a newEventwith the specified id and no arguments.Event(Object id, StateContext context, Object[] arguments) Creates a newEventwith the specified id and arguments. -
Uses of StateContext in org.apache.mina.statemachine.transition
Methods in org.apache.mina.statemachine.transition with parameters of type StateContextModifier and TypeMethodDescriptionprotected abstract booleanAbstractSelfTransition.doExecute(StateContext stateContext, State state) Executes thisSelfTransition.booleanMethodSelfTransition.doExecute(StateContext stateContext, State state) Executes thisSelfTransition.booleanAbstractSelfTransition.execute(StateContext stateContext, State state) Executes thisSelfTransition.booleanSelfTransition.execute(StateContext stateContext, State state) Executes thisSelfTransition.