public static class DNSTaskStarter.DNSTaskStarterImpl.StarterTimer extends Timer
Constructor and Description |
---|
StarterTimer() |
StarterTimer(boolean isDaemon) |
StarterTimer(String name) |
StarterTimer(String name,
boolean isDaemon) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
schedule(TimerTask task,
Date time) |
void |
schedule(TimerTask task,
Date firstTime,
long period) |
void |
schedule(TimerTask task,
long delay) |
void |
schedule(TimerTask task,
long delay,
long period) |
void |
scheduleAtFixedRate(TimerTask task,
Date firstTime,
long period) |
void |
scheduleAtFixedRate(TimerTask task,
long delay,
long period) |
public StarterTimer()
public StarterTimer(boolean isDaemon)
isDaemon
- public StarterTimer(String name, boolean isDaemon)
name
- isDaemon
- public StarterTimer(String name)
name
- public void schedule(TimerTask task, long delay, long period)
public void scheduleAtFixedRate(TimerTask task, long delay, long period)
scheduleAtFixedRate
in class Timer
public void scheduleAtFixedRate(TimerTask task, Date firstTime, long period)
scheduleAtFixedRate
in class Timer
Copyright © 2002-2017 JmDNS. All Rights Reserved.