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 AbstractFlowRestartManagerFlow. m_FlowRestartManagerthe manager for restarting the flow.Methods in adams.flow.control that return AbstractFlowRestartManager Modifier and Type Method Description AbstractFlowRestartManagerFlow. getFlowRestartManager()Returns the restart manager in use.Methods in adams.flow.control with parameters of type AbstractFlowRestartManager Modifier and Type Method Description voidFlow. 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 classNotificationManagerApplies the specified action once the trigger fires.classNullManagerDoes nothing.classTriggerManagerApplies the specified action once the trigger fires.
-