Class TriggerTimerEventJobHandler
- java.lang.Object
-
- org.activiti.engine.impl.jobexecutor.TriggerTimerEventJobHandler
-
- All Implemented Interfaces:
JobHandler
public class TriggerTimerEventJobHandler extends java.lang.Object implements JobHandler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description TriggerTimerEventJobHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatchActivityTimeOut(JobEntity timerEntity, org.activiti.bpmn.model.FlowNode flowNode, ExecutionEntity execution, CommandContext commandContext)protected voiddispatchExecutionTimeOut(JobEntity timerEntity, ExecutionEntity execution, java.util.List<java.lang.String> processedElements, CommandContext commandContext)voidexecute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)java.lang.StringgetType()protected java.lang.StringparseActivityType(org.activiti.bpmn.model.FlowNode flowNode)
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getTypein interfaceJobHandler
-
execute
public void execute(JobEntity job, java.lang.String configuration, ExecutionEntity execution, CommandContext commandContext)
- Specified by:
executein interfaceJobHandler
-
dispatchExecutionTimeOut
protected void dispatchExecutionTimeOut(JobEntity timerEntity, ExecutionEntity execution, java.util.List<java.lang.String> processedElements, CommandContext commandContext)
-
dispatchActivityTimeOut
protected void dispatchActivityTimeOut(JobEntity timerEntity, org.activiti.bpmn.model.FlowNode flowNode, ExecutionEntity execution, CommandContext commandContext)
-
parseActivityType
protected java.lang.String parseActivityType(org.activiti.bpmn.model.FlowNode flowNode)
-
-