public interface SchedulableHandlerI
SchedulableI
, feeds them to a scheduler and is then informed when
schedulables are triggered. Originally from the MyTISM alarm system, see there for examples.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
org.apache.log4j.Logger |
getLogger() |
void |
onSchedulablesTriggered(java.util.Date shouldHaveBeenTriggeredAt)
Called by the scheduler when one or more
SchedulableI with the same trigger date were triggered. |
static final java.lang.String $0
void onSchedulablesTriggered(java.util.Date shouldHaveBeenTriggeredAt)
SchedulableI
with the same trigger date were triggered.
Due to the design of the scheduler mechanism the info which SchedulableI
instances were triggered
is not available here.shouldHaveBeenTriggeredAt
- the timestamp when the schedulables should have been triggered which in
cases may be different (actually it should only be before) the time when this method was actually
called. Normally though this should always be basically "now" but in the alarm system for example it can occur
that the triggering happens later than it should have if the alarm system was temporarily deactivated.org.apache.log4j.Logger getLogger()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.