Uses of Class
adams.flow.control.flowrestart.AbstractFlowRestartManager
-
Packages that use AbstractFlowRestartManager Package Description adams.flow.control adams.flow.control.flowrestart -
-
Uses of AbstractFlowRestartManager in adams.flow.control
Fields in adams.flow.control declared as AbstractFlowRestartManager Modifier and Type Field Description protected AbstractFlowRestartManager
Flow. m_FlowRestartManager
the manager for restarting the flow.Methods in adams.flow.control that return AbstractFlowRestartManager Modifier and Type Method Description AbstractFlowRestartManager
Flow. getFlowRestartManager()
Returns the restart manager in use.Methods in adams.flow.control with parameters of type AbstractFlowRestartManager Modifier and Type Method Description void
Flow. setFlowRestartManager(AbstractFlowRestartManager value)
Sets the restart manager to use. -
Uses of AbstractFlowRestartManager in adams.flow.control.flowrestart
Subclasses of AbstractFlowRestartManager in adams.flow.control.flowrestart Modifier and Type Class Description class
NotificationManager
Applies the specified action once the trigger fires.class
NullManager
Does nothing.class
TriggerManager
Applies the specified action once the trigger fires.
-