Package org.smallmind.schedule.base
Interface ProxyJob
-
public interface ProxyJob
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanup()intgetCount()SuccessOrFailuregetJobStatus()DategetStartTime()DategetStopTime()Throwable[]getThrowables()voidincCount()booleanisEnabled()booleanlogOnZeroCount()voidproceed()voidsetThrowable(Throwable throwable)
-
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
logOnZeroCount
boolean logOnZeroCount()
-
getJobStatus
SuccessOrFailure getJobStatus()
-
getCount
int getCount()
-
incCount
void incCount()
-
getStartTime
Date getStartTime()
-
getStopTime
Date getStopTime()
-
getThrowables
Throwable[] getThrowables()
-
setThrowable
void setThrowable(Throwable throwable)
-
-