public interface TaskHandler
| Modifier and Type | Method and Description |
|---|---|
Date |
getRescheduleDate(Date now)
Return the time a task should run again.
|
void |
run(TaskTO task)
Executes the Task with the given properties.
|
Date getRescheduleDate(Date now)
now - The date to use for any calculations.void run(TaskTO task) throws TaskHandlerException
task - The task.TaskHandlerException - Exception.Copyright © 2019 Communote team. All rights reserved.