Uses of Interface
net.officefloor.frame.internal.structure.EscalationCompletion
-
-
Uses of EscalationCompletion in net.officefloor.frame.impl.execute.flow
Methods in net.officefloor.frame.impl.execute.flow with parameters of type EscalationCompletion Modifier and Type Method Description FunctionStateFlowImpl. managedFunctionComplete(FunctionState function, java.lang.Throwable functionEscalation, EscalationCompletion escalationCompletion)Constructors in net.officefloor.frame.impl.execute.flow with parameters of type EscalationCompletion Constructor Description FlowImpl(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion, ThreadState threadState)Initiate. -
Uses of EscalationCompletion in net.officefloor.frame.impl.execute.function
Methods in net.officefloor.frame.impl.execute.function with parameters of type EscalationCompletion Modifier and Type Method Description FunctionStateAbstractDelegateFunctionState. handleEscalation(java.lang.Throwable escalation, EscalationCompletion completion)FunctionStateManagedFunctionContainerImpl. handleEscalation(java.lang.Throwable escalation, EscalationCompletion completion) -
Uses of EscalationCompletion in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread with parameters of type EscalationCompletion Modifier and Type Method Description FlowThreadStateImpl. createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion)FunctionStateThreadStateImpl. flowComplete(Flow flow, java.lang.Throwable threadEscalation, EscalationCompletion escalationCompletion)FunctionStateThreadStateImpl. handleEscalation(java.lang.Throwable escalation, EscalationCompletion escalationCompletion) -
Uses of EscalationCompletion in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type EscalationCompletion Modifier and Type Method Description FlowThreadState. createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion)Creates aFlowcontained in thisThreadState.FunctionStateThreadState. flowComplete(Flow flow, java.lang.Throwable flowEscalation, EscalationCompletion completion)Flags that the inputFlowhas completed.default FunctionStateFunctionState. handleEscalation(java.lang.Throwable escalation, EscalationCompletion completion)HandlesEscalationfrom theManagedFunction.FunctionStateThreadState. handleEscalation(java.lang.Throwable escalation, EscalationCompletion completion)FunctionStateFlow. managedFunctionComplete(FunctionState function, java.lang.Throwable functionEscalation, EscalationCompletion escalationCompletion)Flags that the inputFunctionStatehas completed.
-