Uses of Class
adams.flow.control.flowrestart.operation.AbstractRestartOperation
-
Packages that use AbstractRestartOperation Package Description adams.flow.control.flowrestart adams.flow.control.flowrestart.operation -
-
Uses of AbstractRestartOperation in adams.flow.control.flowrestart
Fields in adams.flow.control.flowrestart declared as AbstractRestartOperation Modifier and Type Field Description protected AbstractRestartOperation
TriggerManager. m_Operation
the restart operation.Methods in adams.flow.control.flowrestart that return AbstractRestartOperation Modifier and Type Method Description AbstractRestartOperation
TriggerManager. getOperation()
Returns the restart option in use.Methods in adams.flow.control.flowrestart with parameters of type AbstractRestartOperation Modifier and Type Method Description void
TriggerManager. setOperation(AbstractRestartOperation value)
Sets the restart operation to use. -
Uses of AbstractRestartOperation in adams.flow.control.flowrestart.operation
Subclasses of AbstractRestartOperation in adams.flow.control.flowrestart.operation Modifier and Type Class Description class
ExternalCommand
Executes an external command, eg systemd or Windows service.class
FlowFile
Starts the specified flow.class
MultiOperation
Executes multiple restart operations, one after the other.class
Null
Dummy, does nothing.class
RestartItself
Restarts the flow as defined in variableActorUtils.FLOW_FILENAME_LONG
.Fields in adams.flow.control.flowrestart.operation with type parameters of type AbstractRestartOperation Modifier and Type Field Description protected List<AbstractRestartOperation>
MultiOperation. m_Operations
the operations to execute.Methods in adams.flow.control.flowrestart.operation that return AbstractRestartOperation Modifier and Type Method Description AbstractRestartOperation[]
MultiOperation. getOperations()
Returns the operations to execute.Methods in adams.flow.control.flowrestart.operation with parameters of type AbstractRestartOperation Modifier and Type Method Description void
MultiOperation. addOperation(AbstractRestartOperation value)
Appends the operation to execute.void
MultiOperation. setOperations(AbstractRestartOperation[] value)
Sets the operations to execute.
-