|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.TimerUtil
public class TimerUtil
TimerUtil class.
| Field Summary | |
|---|---|
static WeakReference<Timer> |
timer
Constant timer |
| Constructor Summary | |
|---|---|
TimerUtil()
|
|
| Method Summary | |
|---|---|
static Timer |
getTimer()
Getter for the field timer. |
protected static void |
purge()
purge. |
static TimerTask |
schedule(Runnable run,
Executor executor,
long systemTime)
schedule. |
static TimerTask |
schedule(Timer timer,
Runnable run,
Executor executor,
long systemTime)
schedule. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static WeakReference<Timer> timer
timer
| Constructor Detail |
|---|
public TimerUtil()
| Method Detail |
|---|
public static Timer getTimer()
Getter for the field timer.
Timer object.
public static TimerTask schedule(Runnable run,
Executor executor,
long systemTime)
schedule.
run - a Runnable object.executor - a Executor object.systemTime - a long.
TimerTask object.protected static void purge()
purge.
public static TimerTask schedule(Timer timer,
Runnable run,
Executor executor,
long systemTime)
schedule.
timer - a Timer object.run - a Runnable object.executor - a Executor object.systemTime - a long.
TimerTask object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||