Uses of Interface
com.sun.corba.se.spi.orbutil.fsm.FSM
Packages that use FSM
Package
Description
-
Uses of FSM in com.sun.corba.se.impl.oa.poa
Classes in com.sun.corba.se.impl.oa.poa that implement FSMModifier and TypeClassDescriptionclassAOMEntry represents a Servant or potential Servant in the ActiveObjectMap. -
Uses of FSM in com.sun.corba.se.impl.orbutil.fsm
Methods in com.sun.corba.se.impl.orbutil.fsm that return FSMMethods in com.sun.corba.se.impl.orbutil.fsm with parameters of type FSM -
Uses of FSM in com.sun.corba.se.spi.orbutil.fsm
Classes in com.sun.corba.se.spi.orbutil.fsm that implement FSMModifier and TypeClassDescriptionclassThis is the main class that represents an instance of a state machine using a state engine.Methods in com.sun.corba.se.spi.orbutil.fsm that return FSMModifier and TypeMethodDescriptionCreate an instance of a FSM that uses this state engine.Methods in com.sun.corba.se.spi.orbutil.fsm with parameters of type FSMModifier and TypeMethodDescriptionvoidCalled by the state engine to perform an action before a state transition takes place.Called by the state engine to determine whether a transition is enabled, defered, or disabled.voidState.postAction(FSM fsm) Method that defines action that occurs whenever this state is exited.voidStateImpl.postAction(FSM fsm) voidMethod that defines action that occurs whenever this state is entered.void