您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
SEARCH:
程序包的使用
org.dromara.dynamictp.common.timer
使用
org.dromara.dynamictp.common.timer
的程序包
程序包
说明
org.dromara.dynamictp.common.timer
org.dromara.dynamictp.common.timer
使用的
org.dromara.dynamictp.common.timer
中的类
类
说明
Timeout
A handle associated with a
TimerTask
that is returned by a
Timer
.
Timer
Schedules
TimerTask
s for one-time future execution in a background thread.
TimerTask
A task which is executed after the delay specified with
Timer.newTimeout(TimerTask, long, TimeUnit)
(TimerTask, long, TimeUnit)}.