public interface EscalatableTask
| Modifier and Type | Method and Description |
|---|---|
void |
escalate(TaskContext context,
java.lang.String reason)
Task itself defines what is executed during escalation.
|
java.util.Date |
getEscalationDate(TaskContext context)
Returns escalation timeout
|
void escalate(TaskContext context, java.lang.String reason) throws ErrorException
context - reason - reason of escalationErrorExceptionjava.util.Date getEscalationDate(TaskContext context) throws ErrorException
context - ErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.