Uses of Interface
net.officefloor.frame.internal.structure.EscalationFlow
-
-
Uses of EscalationFlow in net.officefloor.frame.impl.construct.escalation
Methods in net.officefloor.frame.impl.construct.escalation that return EscalationFlow Modifier and Type Method Description EscalationFlow[]
EscalationFlowFactory. createEscalationFlows(EscalationConfiguration[] configurations, OfficeFloorIssues.AssetType assetType, java.lang.String assetName, OfficeFloorIssues issues)
Creates theEscalationFlow
instances. -
Uses of EscalationFlow in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return EscalationFlow Modifier and Type Method Description EscalationFlow
RawOfficeFloorMetaData. getOfficeFloorEscalation()
Obtains theEscalationFlow
for theOfficeFloor
.Constructors in net.officefloor.frame.impl.construct.officefloor with parameters of type EscalationFlow Constructor Description RawOfficeFloorMetaData(Executive executive, java.util.concurrent.ThreadFactory[] defaultExecutionStrategy, java.util.Map<java.lang.String,java.util.concurrent.ThreadFactory[]> executionStrategies, java.util.Map<java.lang.String,RawTeamMetaData> teamRegistry, BackgroundScheduling[] backgroundSchedulings, java.lang.Object startupNotify, ThreadLocalAwareExecutor threadLocalAwareExecutor, ManagedExecutionFactory managedExecutionFactory, java.util.Map<java.lang.String,RawManagedObjectMetaData<?,?>> mosRegistry, EscalationFlow officeFloorEscalation, OfficeFloorListener[] officeFloorListeners)
Initiate. -
Uses of EscalationFlow in net.officefloor.frame.impl.execute.escalation
Classes in net.officefloor.frame.impl.execute.escalation that implement EscalationFlow Modifier and Type Class Description class
EscalationFlowImpl
Implementation ofEscalationFlow
.class
EscalationHandlerEscalationFlow
EscalationFlow
for anEscalationHandler
.Methods in net.officefloor.frame.impl.execute.escalation that return EscalationFlow Modifier and Type Method Description EscalationFlow
EscalationProcedureImpl. getEscalation(java.lang.Throwable cause)
Constructors in net.officefloor.frame.impl.execute.escalation with parameters of type EscalationFlow Constructor Description EscalationProcedureImpl(EscalationFlow... escalations)
Initiate withEscalationFlow
details. -
Uses of EscalationFlow in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return EscalationFlow Modifier and Type Method Description EscalationFlow
ThreadMetaDataImpl. getOfficeFloorEscalation()
Constructors in net.officefloor.frame.impl.execute.thread with parameters of type EscalationFlow Constructor Description ThreadMetaDataImpl(ManagedObjectMetaData<?>[] managedObjectMetaData, GovernanceMetaData<?,?>[] governanceMetaData, int maximumFunctionChainLength, ThreadSynchroniserFactory[] threadSynchronisers, EscalationProcedure officeEscalationProcedure, EscalationFlow officeFloorEscalation)
Initiate. -
Uses of EscalationFlow in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return EscalationFlow Modifier and Type Method Description EscalationFlow
EscalationProcedure. getEscalation(java.lang.Throwable cause)
Obtains theEscalationFlow
for the cause within thisEscalationProcedure
.EscalationFlow
ThreadMetaData. getOfficeFloorEscalation()
Obtains the catch allEscalationFlow
for theOfficeFloor
.
-