Uses of Class
com.silverpeas.scheduler.simple.SimpleScheduler

Packages that use SimpleScheduler
com.silverpeas.scheduler.simple Provides a simple implementation of a scheduling system. 
 

Uses of SimpleScheduler in com.silverpeas.scheduler.simple
 

Constructors in com.silverpeas.scheduler.simple with parameters of type SimpleScheduler
SchedulerEventJob(SimpleScheduler theJobController, SchedulerEventListener theJobOwner, String theJobName)
          Deprecated. The constructor has proteceted access, because the generation of jobs should be done in a central way by the class 'SimpleScheduler'
SchedulerEventJobMinute(SimpleScheduler theJobController, SchedulerEventListener theJobOwner, String theJobName, FixedPeriodJobTrigger trigger)
          Deprecated. The constructor has proteceted access, because the generation of jobs should be done in a central way by the class 'SimpleScheduler'
SchedulerJob(SimpleScheduler aController, SchedulerEventListener aOwner, String aJobName)
          Deprecated. The constructor has proteceted access, because the generation of jobs should be done in a central way by the class 'SimpleScheduler'
SchedulerMethodJob(SimpleScheduler theJobController, SchedulerEventListener theJobOwner, String theJobName)
          Deprecated. The constructor has proteceted access, because the generation of jobs should be done in a central way by the class 'SimpleScheduler'
SchedulerMethodJobMinute(SimpleScheduler theJobController, SchedulerEventListener theJobOwner, String theJobName, FixedPeriodJobTrigger trigger)
          Deprecated. The constructor has proteceted access, because the generation of jobs should be done in a central way by the class 'SimpleScheduler'
 



Copyright © 2016 Silverpeas. All Rights Reserved.