Package overit.geocall.scheduler
Class JobQueueFixedDelay
java.lang.Object
overit.geocall.scheduler.JobQueue
overit.geocall.scheduler.JobQueueFixedDelay
- All Implemented Interfaces:
overit.geocall.marks.FieldExposer
This class manages a
JobQueue with a fixed delay-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.scheduler.JobQueue
JobQueue.QueueRunner -
Field Summary
Fields inherited from class overit.geocall.scheduler.JobQueue
_at, _dayHours, _description, _hourMinutes, _jobQueues, _jobs, _monthDays, _name, _period, _qr, _random, _runningJob, _schedulingDate, _state, _t, _TIMEUNIT, _weekDays, FIXED_DELAY, FIXED_RATE, FIXED_TIME, LOG, STATE_RUNNING, STATE_STOPPED -
Constructor Summary
ConstructorsConstructorDescriptionJobQueueFixedDelay(String name, String description, int state) Creates a new JobQueueFixedDelay -
Method Summary
Methods inherited from class overit.geocall.scheduler.JobQueue
_getAnotherJob, cancel, canRunJob, getAt, getDayHours, getDescription, getHourMinutes, getJobQueue, getJobs, getMonthDays, getName, getPeriod, getRunningJob, getSchedulingDate, getState, getWeekDays, jobIterator, matches, nextExecution, queueIterator, removeJobQueue, runQueueNow, start, staticInt, stop
-
Constructor Details
-
JobQueueFixedDelay
Creates a new JobQueueFixedDelay- Parameters:
name- The name of the JobQueueFixedDelaydescription- The description of the JobQueueFixedDelaystate- The state of the JobQueueFixedDelay
-
-
Method Details
-
schedule
public void schedule(Date at, int period, int random, Set hourMinutes, Set dayHours, Set weekDays, Set monthDays) Description copied from class:JobQueueSchedule a JobQUeue -
runQueue
public void runQueue() -
kill
public void kill(boolean force) Description copied from class:JobQueueDoes nothing -
getMode
public int getMode()Description copied from class:JobQueueReturns the mode
-