public class TimeoutTask
extends com.serotonin.timer.TimerTask
Modifier and Type | Field and Description |
---|---|
private TimeoutClient |
client |
Constructor and Description |
---|
TimeoutTask(java.util.Date date,
TimeoutClient client) |
TimeoutTask(long delay,
TimeoutClient client) |
TimeoutTask(com.serotonin.timer.TimerTrigger trigger,
TimeoutClient client) |
Modifier and Type | Method and Description |
---|---|
protected void |
run(long runtime) |
private final TimeoutClient client
public TimeoutTask(long delay, TimeoutClient client)
public TimeoutTask(java.util.Date date, TimeoutClient client)
public TimeoutTask(com.serotonin.timer.TimerTrigger trigger, TimeoutClient client)