Class BackgroundStaticFieldTaskWithoutIocRunner
- java.lang.Object
-
- cn.boboweike.carrot.server.runner.AbstractBackgroundTaskRunner
-
- cn.boboweike.carrot.server.runner.BackgroundStaticFieldTaskWithoutIocRunner
-
- All Implemented Interfaces:
BackgroundTaskRunner
public class BackgroundStaticFieldTaskWithoutIocRunner extends AbstractBackgroundTaskRunner
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classBackgroundStaticFieldTaskWithoutIocRunner.StaticFieldBackgroundTaskWorker-
Nested classes/interfaces inherited from class cn.boboweike.carrot.server.runner.AbstractBackgroundTaskRunner
AbstractBackgroundTaskRunner.BackgroundTaskWorker
-
-
Constructor Summary
Constructors Constructor Description BackgroundStaticFieldTaskWithoutIocRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractBackgroundTaskRunner.BackgroundTaskWorkergetBackgroundTaskWorker(Task task)booleansupports(Task task)-
Methods inherited from class cn.boboweike.carrot.server.runner.AbstractBackgroundTaskRunner
run
-
-
-
-
Method Detail
-
supports
public boolean supports(Task task)
-
getBackgroundTaskWorker
protected AbstractBackgroundTaskRunner.BackgroundTaskWorker getBackgroundTaskWorker(Task task)
- Specified by:
getBackgroundTaskWorkerin classAbstractBackgroundTaskRunner
-
-