- java.lang.Object
-
- org.redkale.scheduled.spi.ScheduleManagerService.ScheduledTask
-
protected abstract class ScheduleManagerService.ScheduledTask extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 protected AtomicBoolean
doing
protected ScheduledEvent
event
protected Map<String,Object>
eventMap
protected ScheduledFuture
future
protected Method
method
protected String
name
protected WeakReference
ref
protected AtomicBoolean
started
-
构造器概要
构造器 限定符 构造器 说明 protected
ScheduledTask(WeakReference ref, String name, Method method)
-
-
-
字段详细资料
-
ref
protected final WeakReference ref
-
name
protected final String name
-
method
protected final Method method
-
started
protected final AtomicBoolean started
-
future
protected ScheduledFuture future
-
event
protected final ScheduledEvent event
-
doing
protected final AtomicBoolean doing
-
-
构造器详细资料
-
ScheduledTask
protected ScheduledTask(WeakReference ref, String name, Method method)
-
-