public interface ScheduleableService
extends com.anaptecs.jeaf.core.api.Service
| Modifier and Type | Method and Description |
|---|---|
void |
executeScheduledTask(SchedulingInfo pInfo)
Method is intended to be implemented by subclasses.
|
void executeScheduledTask(SchedulingInfo pInfo)
pInfo - pInfo Additional information that have been associated with the scheduled task when it was created.
The parameter is intended to be used to pass objects to the ScheduleableService implementation. Thus the
implementation has to decide if it expects a special subclass. The parameter is null if no additional information
were provided when the task was created.Copyright © 2020. All rights reserved.