| Constructor and Description |
|---|
QuartzProxyJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCount(int additional) |
void |
execute(org.quartz.JobExecutionContext jobExecutionContext) |
int |
getCount() |
org.smallmind.nutsnbolts.util.SuccessOrFailure |
getJobStatus() |
Date |
getStartTime() |
Date |
getStopTime() |
Throwable[] |
getThrowables() |
void |
incCount() |
boolean |
isEnabled() |
void |
setThrowable(Throwable throwable) |
void |
setThrowable(Throwable throwable,
boolean isFailure) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanup, logOnZeroCount, proceedpublic org.smallmind.nutsnbolts.util.SuccessOrFailure getJobStatus()
getJobStatus in interface ProxyJobpublic Date getStartTime()
getStartTime in interface ProxyJobpublic Date getStopTime()
getStopTime in interface ProxyJobpublic void addToCount(int additional)
public Throwable[] getThrowables()
getThrowables in interface ProxyJobpublic void setThrowable(Throwable throwable)
setThrowable in interface ProxyJobpublic void setThrowable(Throwable throwable, boolean isFailure)
public void execute(org.quartz.JobExecutionContext jobExecutionContext)
execute in interface org.quartz.JobCopyright © 2018. All rights reserved.