org.activiti.engine.impl.jobexecutor
接口 JobHandler

所有已知实现类:
AsyncContinuationJobHandler, ProcessEventJobHandler, TimerActivateProcessDefinitionHandler, TimerCatchIntermediateEventJobHandler, TimerChangeProcessDefinitionSuspensionStateJobHandler, TimerExecuteNestedActivityJobHandler, TimerStartEventJobHandler, TimerSuspendProcessDefinitionHandler

public interface JobHandler

作者:
Tom Baeyens

方法摘要
 void execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext)
           
 String getType()
           
 

方法详细信息

getType

String getType()

execute

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


Copyright © 2013 Alfresco. All rights reserved.