public class DefaultTimerFactory extends java.lang.Object implements TimerFactory
DefaultTimerFactory
creates a new Timer
which is configured to run as daemon.Modifier and Type | Class and Description |
---|---|
(package private) class |
DefaultTimerFactory.TimerAdapter |
Constructor and Description |
---|
DefaultTimerFactory() |
Modifier and Type | Method and Description |
---|---|
CommonTimer |
createTimer()
Creates a new timer instance.
|
public CommonTimer createTimer()
TimerFactory
createTimer
in interface TimerFactory
Timer
.