Uses of Class
net.sourceforge.java.util.jobs.scheduling.ScheduledJob

Packages that use ScheduledJob
net.sourceforge.java.util.jobs.scheduling Provides core support for scheduling background activity. 
 

Uses of ScheduledJob in net.sourceforge.java.util.jobs.scheduling
 

Fields in net.sourceforge.java.util.jobs.scheduling declared as ScheduledJob
private  ScheduledJob JobExecutionStatus.scheduledJob
           The ScheduledJob whose execution status is described
 

Methods in net.sourceforge.java.util.jobs.scheduling that return ScheduledJob
 ScheduledJob JobExecutionStatus.getScheduledJob()
           Gets the ScheduledJob whose status is described by this JobExecutionStatus.
 

Methods in net.sourceforge.java.util.jobs.scheduling with parameters of type ScheduledJob
 void JobExecutionStatus.setScheduledJob(ScheduledJob scheduledJob)
           Sets the ScheduledJob whose status is described by this JobExecutionStatus.