Package org.cyclos.impl.utils.tasks
Interface BackgroundTaskHandlerImplementor
-
- All Superinterfaces:
BackgroundTaskHandler
- All Known Implementing Classes:
BackgroundTaskHandlerImpl
public interface BackgroundTaskHandlerImplementor extends BackgroundTaskHandler
Contains internal methods forBackgroundTaskHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Long id)Executes the task now-
Methods inherited from interface org.cyclos.impl.utils.tasks.BackgroundTaskHandler
isScheduledOrRunning, isScheduledOrRunning, schedule, schedule
-
-
-
-
Method Detail
-
execute
void execute(Long id)
Executes the task now
-
-