org.activiti.engine.impl.jobexecutor
类 TimerDeclarationImpl

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

public class TimerDeclarationImpl
extends Object
implements Serializable

作者:
Tom Baeyens
另请参见:
序列化表格

字段摘要
protected  Expression description
           
protected  boolean exclusive
           
protected  boolean isInterruptingTimer
           
protected  String jobHandlerConfiguration
           
protected  String jobHandlerType
           
protected  String repeat
           
protected  int retries
           
protected  TimerDeclarationType type
           
 
构造方法摘要
TimerDeclarationImpl(Expression expression, TimerDeclarationType type, String jobHandlerType)
           
 
方法摘要
 String getJobHandlerConfiguration()
           
 String getJobHandlerType()
           
 String getRepeat()
           
 int getRetries()
           
 boolean isExclusive()
           
 boolean isInterruptingTimer()
           
 TimerEntity prepareTimerEntity(ExecutionEntity executionEntity)
           
 void setExclusive(boolean exclusive)
           
 void setInterruptingTimer(boolean isInterruptingTimer)
           
 void setJobHandlerConfiguration(String jobHandlerConfiguration)
           
 void setJobHandlerType(String jobHandlerType)
           
 void setRepeat(String repeat)
           
 void setRetries(int retries)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

description

protected Expression description

type

protected TimerDeclarationType type

jobHandlerType

protected String jobHandlerType

jobHandlerConfiguration

protected String jobHandlerConfiguration

repeat

protected String repeat

exclusive

protected boolean exclusive

retries

protected int retries

isInterruptingTimer

protected boolean isInterruptingTimer
构造方法详细信息

TimerDeclarationImpl

public TimerDeclarationImpl(Expression expression,
                            TimerDeclarationType type,
                            String jobHandlerType)
方法详细信息

getJobHandlerType

public String getJobHandlerType()

getJobHandlerConfiguration

public String getJobHandlerConfiguration()

setJobHandlerConfiguration

public void setJobHandlerConfiguration(String jobHandlerConfiguration)

getRepeat

public String getRepeat()

setRepeat

public void setRepeat(String repeat)

isExclusive

public boolean isExclusive()

setExclusive

public void setExclusive(boolean exclusive)

getRetries

public int getRetries()

setRetries

public void setRetries(int retries)

setJobHandlerType

public void setJobHandlerType(String jobHandlerType)

isInterruptingTimer

public boolean isInterruptingTimer()

setInterruptingTimer

public void setInterruptingTimer(boolean isInterruptingTimer)

prepareTimerEntity

public TimerEntity prepareTimerEntity(ExecutionEntity executionEntity)


Copyright © 2013 Alfresco. All rights reserved.