- All Implemented Interfaces:
 
Serializable 
Represent an execution event of a scheduled job. Immutable.
- See Also:
 
- 
 
- 
Nested Class Summary
Nested Classes
static class 
Natural order is by the natural order of startDate, then endDate (if required).
 
 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
- 
Constructor Details
- 
ScheduledJobHistory
public ScheduledJobHistory(Date startDate,
 Date endDate) 
 
 
- 
Method Details
- 
 
- 
getStartDate
public Date getStartDate()
 
 
- 
getDuration
public long getDuration()
 
- 
 
- 
 
-