Uses of Class
com.silverpeas.scheduler.SchedulerException

Packages that use SchedulerException
com.silverpeas.scheduler Defines a scheduling system with which Silverpeas components can schedule jobs at given moments in time and in a periodic way. 
com.silverpeas.scheduler.quartz Provides an implementation of the Silverpeas Scheduler API with the Quartz Scheduling system as backend. 
com.silverpeas.scheduler.simple Provides a simple implementation of a scheduling system. 
com.stratelia.silverpeas.silverstatistics.control   
org.silverpeas.file   
 

Uses of SchedulerException in com.silverpeas.scheduler
 

Methods in com.silverpeas.scheduler that throw SchedulerException
 ScheduledJob Scheduler.scheduleJob(Job theJob, JobTrigger trigger)
          Schedules the specified job.
 ScheduledJob Scheduler.scheduleJob(Job theJob, JobTrigger trigger, SchedulerEventListener listener)
          Schedules the specified job.
 ScheduledJob Scheduler.scheduleJob(String jobName, JobTrigger trigger, SchedulerEventListener listener)
          Schedules a job under the specified name, that will be fired with the specified trigger, and by setting the specified listener to recieve the events mapped with the job execution state.
 void Scheduler.shutdown()
          Shutdowns this scheduler.
 void Scheduler.unscheduleJob(String jobName)
          Unschedules the job with the specified name.
 

Uses of SchedulerException in com.silverpeas.scheduler.quartz
 

Methods in com.silverpeas.scheduler.quartz that throw SchedulerException
 ScheduledJob QuartzScheduler.scheduleJob(Job theJob, JobTrigger trigger)
           
 ScheduledJob QuartzScheduler.scheduleJob(Job theJob, JobTrigger trigger, SchedulerEventListener listener)
           
 ScheduledJob QuartzScheduler.scheduleJob(String jobName, JobTrigger trigger, SchedulerEventListener listener)
           
 void QuartzScheduler.shutdown()
           
 void QuartzScheduler.unscheduleJob(String jobName)
           
 

Constructors in com.silverpeas.scheduler.quartz that throw SchedulerException
QuartzScheduler()
          Constructs a new scheduler and bootstraps the Quartz scheduler backend.
 

Uses of SchedulerException in com.silverpeas.scheduler.simple
 

Methods in com.silverpeas.scheduler.simple that throw SchedulerException
protected abstract  void SchedulerJob.execute(Date theExecutionDate)
          Deprecated. This method holds the logic of the job.
protected  void SchedulerMethodJob.execute(Date theExecutionDate)
          Deprecated. This method implements the abstract method of the base class.
protected  void SchedulerEventJob.execute(Date theExecutionDate)
          Deprecated. This method implements the abstract method of the base class.
 ScheduledJob SimpleScheduler.scheduleJob(Job theJob, JobTrigger trigger)
          Deprecated.  
 ScheduledJob SimpleScheduler.scheduleJob(Job theJob, JobTrigger trigger, SchedulerEventListener listener)
          Deprecated.  
 ScheduledJob SimpleScheduler.scheduleJob(String jobName, JobTrigger trigger, SchedulerEventListener listener)
          Deprecated.  
protected  void SchedulerMethodJob.setExecutionParameter(Object aMethodOwner, String aExecutionMethodName)
          Deprecated. This method sets the execution parameter.
protected  void SchedulerJob.setSchedulingParameter(CronJobTrigger trigger)
          Deprecated. This method sets the scheduling parameter.
protected  void SchedulerJob.setSchedulingParameter(List<Integer> startMinutes, List<Integer> startHours, List<Integer> startDaysOfMonth, List<Integer> startMonths, List<Integer> startDaysOfWeek)
          Deprecated. This method sets the scheduling parameter.
 

Constructors in com.silverpeas.scheduler.simple that throw SchedulerException
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'
 

Uses of SchedulerException in com.stratelia.silverpeas.silverstatistics.control
 

Methods in com.stratelia.silverpeas.silverstatistics.control that throw SchedulerException
 void SilverStatisticsManager.initSchedulerStatistics(String aCronString, String jobName, String methodeName)
          Sets up the scheduling of the specified statistics computation at given moments in time as specified by the Unix-like cron expression.
 

Uses of SchedulerException in org.silverpeas.file
 

Methods in org.silverpeas.file that throw SchedulerException
 void ResizedImageCacheCleaner.scheduleFrequently()
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.