Uses of Interface
com.sun.corba.se.spi.orbutil.fsm.Input
Packages that use Input
-
Uses of Input in com.sun.corba.se.impl.orbutil.fsm
Methods in com.sun.corba.se.impl.orbutil.fsm with parameters of type Input -
Uses of Input in com.sun.corba.se.spi.orbutil.fsm
Classes in com.sun.corba.se.spi.orbutil.fsm that implement InputFields in com.sun.corba.se.spi.orbutil.fsm declared as InputModifier and TypeFieldDescriptionstatic final InputFSMTest.INPUT1static final InputFSMTest.INPUT2static final InputFSMTest.INPUT3static final InputFSMTest.INPUT4Methods in com.sun.corba.se.spi.orbutil.fsm with parameters of type InputModifier and TypeMethodDescriptionAdd a transition with a guard that always evaluates to true.Add a new transition (old,in,guard,act,new) to the state engine.voidStateImpl.addGuardedAction(Input in, GuardedAction ga) voidCalled by the state engine to perform an action before a state transition takes place.voidPerform the action and transition to the next state based on the current state of the FSM and the input.voidPerform the transition for the given input in the current state.Called by the state engine to determine whether a transition is enabled, defered, or disabled.StateImpl.getGuardedActions(Input in)