org.camunda.bpm.engine.impl.jobexecutor
Class TimerStartEventSubprocessJobHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.TimerStartEventSubprocessJobHandler
All Implemented Interfaces:
JobHandler

public class TimerStartEventSubprocessJobHandler
extends Object
implements JobHandler

JobHandler implementation for timer start events which are embedded into an event subprocess. The configuration is the id of the start event activity.

Author:
Daniel Meyer, Kristin Polenz

Field Summary
static String TYPE
           
 
Constructor Summary
TimerStartEventSubprocessJobHandler()
           
 
Method Summary
 void execute(String configuration, ExecutionEntity execution, CommandContext commandContext)
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

TimerStartEventSubprocessJobHandler

public TimerStartEventSubprocessJobHandler()
Method Detail

getType

public String getType()
Specified by:
getType in interface JobHandler

execute

public void execute(String configuration,
                    ExecutionEntity execution,
                    CommandContext commandContext)
Specified by:
execute in interface JobHandler


Copyright © 2014 camunda services GmbH. All rights reserved.