ScheduledJob
- public class ScheduledJob
ScheduledJob is a wrapper class for jobs held by the Scheduler.
It is mainly a means to have simplified interface for the Scheduler which also measures the execution time of the job “from outside”.
- Author:
Timm Fitschen
Fields
runtime
- long runtime
Constructors
ScheduledJob
Methods
equals
getJob
getTransactionStage
- public TransactionStage getTransactionStage()
Return the state of the inner Job.
hashCode
- public int hashCode()
pause
- void pause()
run
- public void run()
skip
- public boolean skip()
toString
unpause
- void unpause()