- java.lang.Object
-
- org.redkale.scheduled.spi.ScheduleManagerService.ScheduledTask
-
protected abstract class ScheduleManagerService.ScheduledTask extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 protected AtomicBooleandoingprotected ScheduledEventeventprotected Map<String,Object>eventMapprotected ScheduledFuturefutureprotected Methodmethodprotected Stringnameprotected WeakReferencerefprotected AtomicBooleanstarted
-
构造器概要
构造器 限定符 构造器 说明 protectedScheduledTask(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)
-
-