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 FunctionState
FlowImpl. 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 FunctionState
AbstractDelegateFunctionState. handleEscalation(java.lang.Throwable escalation, EscalationCompletion completion)
FunctionState
ManagedFunctionContainerImpl. 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 Flow
ThreadStateImpl. createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion)
FunctionState
ThreadStateImpl. flowComplete(Flow flow, java.lang.Throwable threadEscalation, EscalationCompletion escalationCompletion)
FunctionState
ThreadStateImpl. 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 Flow
ThreadState. createFlow(FlowCompletion flowCompletion, EscalationCompletion escalationCompletion)
Creates aFlow
contained in thisThreadState
.FunctionState
ThreadState. flowComplete(Flow flow, java.lang.Throwable flowEscalation, EscalationCompletion completion)
Flags that the inputFlow
has completed.default FunctionState
FunctionState. handleEscalation(java.lang.Throwable escalation, EscalationCompletion completion)
HandlesEscalation
from theManagedFunction
.FunctionState
ThreadState. handleEscalation(java.lang.Throwable escalation, EscalationCompletion completion)
FunctionState
Flow. managedFunctionComplete(FunctionState function, java.lang.Throwable functionEscalation, EscalationCompletion escalationCompletion)
Flags that the inputFunctionState
has completed.
-