Package titan.scheduler
Class ScheduledJob
java.lang.Object
titan.scheduler.ScheduledJob
- All Implemented Interfaces:
Comparable<Delayed>,Delayed
Represents a job that is scheduled to run at a future time.
This class wraps a
Job and implements the Delayed interface,
allowing it to be used with DelayQueue for time-based scheduling.
The delay is determined by the Job.getScheduledTime() property.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
job
-
-
Constructor Details
-
Method Details