Uses of Interface
adams.flow.control.postflowexecution.PostFlowExecution
-
Packages that use PostFlowExecution Package Description adams.flow.control adams.flow.control.postflowexecution -
-
Uses of PostFlowExecution in adams.flow.control
Fields in adams.flow.control declared as PostFlowExecution Modifier and Type Field Description protected PostFlowExecution
Flow. m_ExecuteOnError
generator for flow to execute in case of an abnormal stop.protected PostFlowExecution
Flow. m_ExecuteOnFinish
generator for flow to execute in case the flow finishes normal.Methods in adams.flow.control that return PostFlowExecution Modifier and Type Method Description PostFlowExecution
Flow. getExecuteOnError()
Returns the generator for flow to execute in case the flow finishes with an error.PostFlowExecution
Flow. getExecuteOnFinish()
Returns generator for flow to execute in case the flow finishes without any errors.Methods in adams.flow.control with parameters of type PostFlowExecution Modifier and Type Method Description void
Flow. setExecuteOnError(PostFlowExecution value)
Sets the generator for flow to execute in case the flow finishes with an error.void
Flow. setExecuteOnFinish(PostFlowExecution value)
Sets the generator for flow to execute in case the flow finishes without any errors. -
Uses of PostFlowExecution in adams.flow.control.postflowexecution
Classes in adams.flow.control.postflowexecution that implement PostFlowExecution Modifier and Type Class Description class
AbstractPostFlowExecution
Ancestor for plugins that generate/configure actors to execute when the flow stops with an error.class
FromFile
Loads the actor from the specified file.class
Null
Does not generate an actor.class
RemoveFiles
Removes files in the specified directory that match the regular expression.
-