public class TimerDeclarationImpl extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Expression |
description |
protected boolean |
exclusive |
protected boolean |
isInterruptingTimer |
protected String |
jobHandlerConfiguration |
protected String |
jobHandlerType |
protected String |
repeat |
protected int |
retries |
protected TimerDeclarationType |
type |
Constructor and Description |
---|
TimerDeclarationImpl(Expression expression,
TimerDeclarationType type,
String jobHandlerType) |
Modifier and Type | Method and Description |
---|---|
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) |
protected Expression description
protected TimerDeclarationType type
protected String jobHandlerType
protected String jobHandlerConfiguration
protected String repeat
protected boolean exclusive
protected int retries
protected boolean isInterruptingTimer
public TimerDeclarationImpl(Expression expression, TimerDeclarationType type, String jobHandlerType)
public String getJobHandlerType()
public String getJobHandlerConfiguration()
public void setJobHandlerConfiguration(String jobHandlerConfiguration)
public String getRepeat()
public void setRepeat(String repeat)
public boolean isExclusive()
public void setExclusive(boolean exclusive)
public int getRetries()
public void setRetries(int retries)
public void setJobHandlerType(String jobHandlerType)
public boolean isInterruptingTimer()
public void setInterruptingTimer(boolean isInterruptingTimer)
public TimerEntity prepareTimerEntity(ExecutionEntity executionEntity)
Copyright © 2015. All rights reserved.