com.silverpeas.scheduler.simple
Class SchedulerEventJobMinute

java.lang.Object
  extended by com.silverpeas.scheduler.simple.SchedulerJob
      extended by com.silverpeas.scheduler.simple.SchedulerEventJob
          extended by com.silverpeas.scheduler.simple.SchedulerEventJobMinute
All Implemented Interfaces:
ScheduledJob, Runnable

Deprecated.

@Deprecated
public class SchedulerEventJobMinute
extends SchedulerEventJob

This class extends the class 'SchedulerJob' for the functionality of the scheduled execution of shell scripts.


Field Summary
 
Fields inherited from class com.silverpeas.scheduler.simple.SchedulerJob
logDateFormat
 
Constructor Summary
protected 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'
 
Method Summary
protected  long getNextTimeStamp()
          Deprecated. Generates a new timestamp
 
Methods inherited from class com.silverpeas.scheduler.simple.SchedulerEventJob
execute
 
Methods inherited from class com.silverpeas.scheduler.simple.SchedulerJob
execute, getJobName, getMillisecondsOfCalendar, getName, getNexExecutionTimeInMillis, getNextExecutionTime, getOwner, getSchedulerEventListener, getTrigger, initTimeStamp, readNextTimeStamp, run, setSchedulingParameter, setSchedulingParameter, setTrigger, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerEventJobMinute

protected SchedulerEventJobMinute(SimpleScheduler theJobController,
                                  SchedulerEventListener theJobOwner,
                                  String theJobName,
                                  FixedPeriodJobTrigger trigger)
                           throws SchedulerException
Deprecated. 
The constructor has proteceted access, because the generation of jobs should be done in a central way by the class 'SimpleScheduler'

Parameters:
aController - The controller, that controls all job executions
aOwner - The owner of the job
aJobName - The name of the job
Throws:
SchedulerException
Method Detail

getNextTimeStamp

protected long getNextTimeStamp()
Deprecated. 
Description copied from class: SchedulerJob
Generates a new timestamp

Overrides:
getNextTimeStamp in class SchedulerJob
Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.