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 theEscalationFlowinstances. -
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 EscalationFlowRawOfficeFloorMetaData. getOfficeFloorEscalation()Obtains theEscalationFlowfor 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, TeamManagement breakChainTeamManagement, java.util.concurrent.Executor breakChainExecutor, 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 classEscalationFlowImplImplementation ofEscalationFlow.classEscalationHandlerEscalationFlowEscalationFlowfor anEscalationHandler.Methods in net.officefloor.frame.impl.execute.escalation that return EscalationFlow Modifier and Type Method Description EscalationFlowEscalationProcedureImpl. getEscalation(java.lang.Throwable cause)Constructors in net.officefloor.frame.impl.execute.escalation with parameters of type EscalationFlow Constructor Description EscalationProcedureImpl(EscalationFlow... escalations)Initiate withEscalationFlowdetails. -
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 EscalationFlowThreadMetaDataImpl. getOfficeFloorEscalation()Constructors in net.officefloor.frame.impl.execute.thread with parameters of type EscalationFlow Constructor Description ThreadMetaDataImpl(ManagedObjectMetaData<?>[] managedObjectMetaData, GovernanceMetaData<?,?>[] governanceMetaData, int maximumFunctionChainLength, TeamManagement breakChainTeamManagement, 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 EscalationFlowEscalationProcedure. getEscalation(java.lang.Throwable cause)Obtains theEscalationFlowfor the cause within thisEscalationProcedure.EscalationFlowThreadMetaData. getOfficeFloorEscalation()Obtains the catch allEscalationFlowfor theOfficeFloor.
-