Interface | Description |
---|---|
EveryDay |
Parts registered for this interface will be invoked one time per day.
|
EveryHour |
Parts registered for this interface will be invoked every hour.
|
EveryMinute |
Parts registered for this interface will be invoked every minute.
|
EveryTenMinutes |
Parts registered for this interface will be invoked every ten minutes.
|
EveryTenSeconds |
Parts registered for this interface will be invoked every ten seconds.
|
TimedTask |
Super-interface for timer intervals.
|
Class | Description |
---|---|
Timers |
Internal service which is responsible for executing timers.
|
Provides a Timers
which executes all parts in the
GlobalContext
, registered for one of the timer interfaces (EveryMinute,
EveryTenMinutes, EveryHour, EveryDay) in their appropriate interval.
As this framework is based on the dependency injection framework, the classes only need to implement the
respective interface and a Register
annotation to be executed. The
TimerService is only accessed for maintenance or statistical reasons.
Copyright © 2018. All rights reserved.