Class EscalationProcedureImpl
- java.lang.Object
-
- net.officefloor.frame.impl.execute.escalation.EscalationProcedureImpl
-
- All Implemented Interfaces:
EscalationProcedure
public class EscalationProcedureImpl extends java.lang.Object implements EscalationProcedure
Implementation of theEscalationProcedure
.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description EscalationProcedureImpl(EscalationFlow... escalations)
Initiate withEscalationFlow
details.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EscalationFlow
getEscalation(java.lang.Throwable cause)
Obtains theEscalationFlow
for the cause within thisEscalationProcedure
.
-
-
-
Constructor Detail
-
EscalationProcedureImpl
public EscalationProcedureImpl(EscalationFlow... escalations)
Initiate withEscalationFlow
details.- Parameters:
escalations
-EscalationFlow
instances in order to be taken for this procedure.
-
-
Method Detail
-
getEscalation
public EscalationFlow getEscalation(java.lang.Throwable cause)
Description copied from interface:EscalationProcedure
Obtains theEscalationFlow
for the cause within thisEscalationProcedure
.- Specified by:
getEscalation
in interfaceEscalationProcedure
- Parameters:
cause
- Cause.- Returns:
EscalationFlow
for the cause.
-
-