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 AbstractRestartOperationTriggerManager. m_Operationthe restart operation.Methods in adams.flow.control.flowrestart that return AbstractRestartOperation Modifier and Type Method Description AbstractRestartOperationTriggerManager. getOperation()Returns the restart option in use.Methods in adams.flow.control.flowrestart with parameters of type AbstractRestartOperation Modifier and Type Method Description voidTriggerManager. 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 classExternalCommandExecutes an external command, eg systemd or Windows service.classFlowFileStarts the specified flow.classMultiOperationExecutes multiple restart operations, one after the other.classNullDummy, does nothing.classRestartItselfRestarts 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_Operationsthe 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 voidMultiOperation. addOperation(AbstractRestartOperation value)Appends the operation to execute.voidMultiOperation. setOperations(AbstractRestartOperation[] value)Sets the operations to execute.
-