|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlarmEvent | |
org.smartcomps.twister.engine.priv.core.definition | |
org.smartcomps.twister.engine.priv.core.definition.impl |
Uses of AlarmEvent in org.smartcomps.twister.engine.priv.core.definition |
Methods in org.smartcomps.twister.engine.priv.core.definition that return AlarmEvent | |
static org.smartcomps.twister.engine.priv.core.definition.AlarmEvent |
ActivityFactory.addAlarmEvent(org.smartcomps.twister.engine.priv.core.definition.Pick pick,
org.smartcomps.twister.engine.priv.core.definition.Activity activity,
java.lang.String timeExpression,
int type)
Adds an AlarmEvent to a Pick structured activity triggering the execution of the provided activity when the corresponding alarm is reached. |
static org.smartcomps.twister.engine.priv.core.definition.AlarmEvent |
ActivityFactory.createAlarmEvent(java.lang.String timeExpression,
int type)
Deprecated. use addAlarmEvent on Pick instead |
org.smartcomps.twister.engine.priv.core.definition.AlarmEvent |
Pick.getAlarmEvent(org.smartcomps.twister.engine.priv.core.definition.Activity activity)
Returns the alarm event associated with the provided activity. |
Methods in org.smartcomps.twister.engine.priv.core.definition with parameters of type AlarmEvent | |
void |
Pick.addAlarmEvent(org.smartcomps.twister.engine.priv.core.definition.AlarmEvent event,
org.smartcomps.twister.engine.priv.core.definition.Activity activity)
Adds an alarm event to this Pick activity that triggers the provided activity when fired. |
Uses of AlarmEvent in org.smartcomps.twister.engine.priv.core.definition.impl |
Classes in org.smartcomps.twister.engine.priv.core.definition.impl that implement AlarmEvent | |
class |
AlarmEventImpl
|
Methods in org.smartcomps.twister.engine.priv.core.definition.impl that return AlarmEvent | |
org.smartcomps.twister.engine.priv.core.definition.AlarmEvent |
PickImpl.getAlarmEvent(org.smartcomps.twister.engine.priv.core.definition.Activity activity)
|
Methods in org.smartcomps.twister.engine.priv.core.definition.impl with parameters of type AlarmEvent | |
void |
PickImpl.addAlarmEvent(org.smartcomps.twister.engine.priv.core.definition.AlarmEvent event,
org.smartcomps.twister.engine.priv.core.definition.Activity activity)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |