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

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

public class TimerStartEventJobHandler
extends Object
implements JobHandler


Field Summary
static String TYPE
           
 
Constructor Summary
TimerStartEventJobHandler()
           
 
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

TimerStartEventJobHandler

public TimerStartEventJobHandler()
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.