org.activiti.engine.impl.jobexecutor
类 ProcessEventJobHandler

java.lang.Object
  继承者 org.activiti.engine.impl.jobexecutor.ProcessEventJobHandler
所有已实现的接口:
JobHandler

public class ProcessEventJobHandler
extends Object
implements JobHandler

作者:
Daniel Meyer

字段摘要
static String TYPE
           
 
构造方法摘要
ProcessEventJobHandler()
           
 
方法摘要
 void execute(JobEntity job, String configuration, ExecutionEntity execution, CommandContext commandContext)
           
 String getType()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

TYPE

public static final String TYPE
另请参见:
常量字段值
构造方法详细信息

ProcessEventJobHandler

public ProcessEventJobHandler()
方法详细信息

getType

public String getType()
指定者:
接口 JobHandler 中的 getType

execute

public void execute(JobEntity job,
                    String configuration,
                    ExecutionEntity execution,
                    CommandContext commandContext)
指定者:
接口 JobHandler 中的 execute


Copyright © 2013 Alfresco. All rights reserved.