public interface ProxyJob
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
int |
getCount() |
SuccessOrFailure |
getJobStatus() |
Date |
getStartTime() |
Date |
getStopTime() |
Throwable[] |
getThrowables() |
void |
incCount() |
boolean |
logOnZeroCount() |
void |
proceed() |
void |
setThrowable(Throwable throwable) |
boolean logOnZeroCount()
SuccessOrFailure getJobStatus()
int getCount()
void incCount()
Date getStartTime()
Date getStopTime()
Throwable[] getThrowables()
void setThrowable(Throwable throwable)
Copyright © 2018. All rights reserved.