Class EscalationProcedureImpl
java.lang.Object
net.officefloor.frame.impl.execute.escalation.EscalationProcedureImpl
- All Implemented Interfaces:
EscalationProcedure
Implementation of the
EscalationProcedure.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionEscalationProcedureImpl(EscalationFlow... escalations) Initiate withEscalationFlowdetails. -
Method Summary
Modifier and TypeMethodDescriptiongetEscalation(Throwable cause) Obtains theEscalationFlowfor the cause within thisEscalationProcedure.
-
Constructor Details
-
EscalationProcedureImpl
Initiate withEscalationFlowdetails.- Parameters:
escalations-EscalationFlowinstances in order to be taken for this procedure.
-
-
Method Details
-
getEscalation
Description copied from interface:EscalationProcedureObtains theEscalationFlowfor the cause within thisEscalationProcedure.- Specified by:
getEscalationin interfaceEscalationProcedure- Parameters:
cause- Cause.- Returns:
EscalationFlowfor the cause.
-