|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pick | |
org.smartcomps.twister.engine.priv.core.definition | |
org.smartcomps.twister.engine.priv.core.definition.impl | |
org.smartcomps.twister.engine.priv.messaging.impl |
Uses of Pick in org.smartcomps.twister.engine.priv.core.definition |
Methods in org.smartcomps.twister.engine.priv.core.definition with parameters of type Pick | |
static org.smartcomps.twister.engine.priv.core.definition.MessageEvent |
ActivityFactory.addMessageEvent(org.smartcomps.twister.engine.priv.core.definition.Pick pick,
org.smartcomps.twister.engine.priv.core.definition.Activity activity,
java.lang.String partnerLink,
java.lang.String portType,
java.lang.String operation,
java.lang.String variable,
java.util.Set correlations)
Adds a MessageEvent to a Pick structured activity triggering the execution of the provided activity when an appropriate message is received. |
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. |
Uses of Pick in org.smartcomps.twister.engine.priv.core.definition.impl |
Classes in org.smartcomps.twister.engine.priv.core.definition.impl that implement Pick | |
class |
PickImpl
Persistent implementation of the Pick interface. |
Uses of Pick in org.smartcomps.twister.engine.priv.messaging.impl |
Methods in org.smartcomps.twister.engine.priv.messaging.impl that return Pick | |
org.smartcomps.twister.engine.priv.core.definition.Pick |
PickAsReceive.getPick()
|
Constructors in org.smartcomps.twister.engine.priv.messaging.impl with parameters of type Pick | |
PickAsReceive(org.smartcomps.twister.engine.priv.core.definition.Pick pick,
int eventPos)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |