org.camunda.bpm.engine.impl.jobexecutor
Interface JobHandler

All Known Implementing Classes:
AsyncContinuationJobHandler, ProcessEventJobHandler, TimerActivateJobDefinitionHandler, TimerActivateProcessDefinitionHandler, TimerCatchIntermediateEventJobHandler, TimerChangeJobDefinitionSuspensionStateJobHandler, TimerChangeProcessDefinitionSuspensionStateJobHandler, TimerEventJobHandler, TimerExecuteNestedActivityJobHandler, TimerStartEventJobHandler, TimerStartEventSubprocessJobHandler, TimerSuspendJobDefinitionHandler, TimerSuspendProcessDefinitionHandler

public interface JobHandler

Author:
Tom Baeyens

Method Summary
 void execute(String configuration, ExecutionEntity execution, CommandContext commandContext)
           
 String getType()
           
 

Method Detail

getType

String getType()

execute

void execute(String configuration,
             ExecutionEntity execution,
             CommandContext commandContext)


Copyright © 2015 camunda services GmbH. All rights reserved.