com.silverpeas.scheduler.simple
Class SchedulerEventJobMinute
java.lang.Object
com.silverpeas.scheduler.simple.SchedulerJob
com.silverpeas.scheduler.simple.SchedulerEventJob
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.
Method Summary |
protected long |
getNextTimeStamp()
Deprecated. Generates a new timestamp |
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 |
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 executionsaOwner
- The owner of the jobaJobName
- The name of the job
- Throws:
SchedulerException
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.