Uses of Interface
com.sun.corba.se.spi.orbutil.fsm.State
Packages that use State
Package
Description
-
Uses of State in com.sun.corba.se.impl.oa.poa
Fields in com.sun.corba.se.impl.oa.poa declared as State -
Uses of State in com.sun.corba.se.impl.orbutil.fsm
Methods in com.sun.corba.se.impl.orbutil.fsm that return StateMethods in com.sun.corba.se.impl.orbutil.fsm with parameters of type StateModifier and TypeMethodDescriptionStateEngineImpl.setDefault(State oldState) StateEngineImpl.setDefault(State oldState, Action action, State newState) StateEngineImpl.setDefault(State oldState, State newState) Constructors in com.sun.corba.se.impl.orbutil.fsm with parameters of type StateModifierConstructorDescriptionGuardedAction(Action action, State nextState) GuardedAction(Guard guard, Action action, State nextState) -
Uses of State in com.sun.corba.se.spi.orbutil.fsm
Classes in com.sun.corba.se.spi.orbutil.fsm that implement StateFields in com.sun.corba.se.spi.orbutil.fsm declared as StateModifier and TypeFieldDescriptionstatic final StateFSMTest.STATE1static final StateFSMTest.STATE2static final StateFSMTest.STATE3static final StateFSMTest.STATE4Methods in com.sun.corba.se.spi.orbutil.fsm that return StateModifier and TypeMethodDescriptionStateImpl.getDefaultNextState()FSM.getState()Get the current state of this FSM.FSMImpl.getState()Return the current state.Methods in com.sun.corba.se.spi.orbutil.fsm with parameters of type StateModifier 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.voidFSMImpl.internalSetState(State nextState) Create an instance of a FSM that uses this state engine.StateEngine.setDefault(State oldState) Euaivalent to setDefault( oldState, oldState )StateEngine.setDefault(State oldState, Action action, State newState) Set the default transition and action for a state.StateEngine.setDefault(State oldState, State newState) Equivalent to setDefault( oldState, act, newState ) where act is an action that does nothing.voidStateImpl.setDefaultNextState(State defaultNextState) Constructors in com.sun.corba.se.spi.orbutil.fsm with parameters of type StateModifierConstructorDescriptionFSMImpl(StateEngine se, State startState) Create an instance of an FSM using the StateEngine in a particular start state.FSMImpl(StateEngine se, State startState, boolean debug)