Uses of Class
org.glassfish.pfl.basic.fsm.Runner
-
Packages that use Runner Package Description org.glassfish.pfl.basic.fsm org.glassfish.pfl.dynamic.codegen.spi -
-
Uses of Runner in org.glassfish.pfl.basic.fsm
Methods in org.glassfish.pfl.basic.fsm with parameters of type Runner Modifier and Type Method Description void
StateEngine. doIt(Runner runner, Input in, boolean debug)
Actually perform a state transition on the FSM on the runner.peek() FSM under Input in.private void
StateEngine. innerDoIt(Runner runner, Input in, boolean debug)
(package private) void
StateEngine. performStateTransition(Runner runner, Input in, State nextState, Action action, boolean debug)
-
Uses of Runner in org.glassfish.pfl.dynamic.codegen.spi
Fields in org.glassfish.pfl.dynamic.codegen.spi declared as Runner Modifier and Type Field Description private Runner
Wrapper.Context. runner
-