public class DummyScheduleTask
extends AbstractScheduleTask
Constructor and Description |
---|
DummyScheduleTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute(long lastExecution)
Execute the scheduled task in the given interval of time.
|
long |
getFrequency()
Returns the interval time in which time of interval scheduled task getting executed
|
FormLOVPair[] |
getFrequencyHoursLov()
Returns the array of FormLOVPair values
|
FormLOVPair[] |
getFrequencyMinsLov()
Returns list of values in minutes
|
protected java.lang.String |
getScheduleTaskName()
Returns the scheduled task name
|
public void execute(long lastExecution) throws java.lang.Exception
lastExecution
- ,shows last execution timejava.lang.Exception
public long getFrequency()
protected java.lang.String getScheduleTaskName()
public FormLOVPair[] getFrequencyHoursLov()
public FormLOVPair[] getFrequencyMinsLov()