|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MessageEvent | |
| org.smartcomps.twister.engine.priv.core.definition | |
| org.smartcomps.twister.engine.priv.core.definition.impl | |
| Uses of MessageEvent in org.smartcomps.twister.engine.priv.core.definition |
| Methods in org.smartcomps.twister.engine.priv.core.definition that return MessageEvent | |
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.MessageEvent |
ActivityFactory.createMessageEvent(java.lang.String partnerLink,
java.lang.String portType,
java.lang.String operation,
java.lang.String variable,
java.util.Set correlations)
Deprecated. use addMessageEvent on Pick instead |
org.smartcomps.twister.engine.priv.core.definition.MessageEvent |
Pick.getMessageEvent(org.smartcomps.twister.engine.priv.core.definition.Activity activity)
Returns the message event associated with the provided activity. |
| Methods in org.smartcomps.twister.engine.priv.core.definition with parameters of type MessageEvent | |
void |
Pick.addMessageEvent(org.smartcomps.twister.engine.priv.core.definition.MessageEvent event,
org.smartcomps.twister.engine.priv.core.definition.Activity activity)
Adds a message event to this Pick activity that triggers the provided activity when fired. |
| Uses of MessageEvent in org.smartcomps.twister.engine.priv.core.definition.impl |
| Classes in org.smartcomps.twister.engine.priv.core.definition.impl that implement MessageEvent | |
class |
MessageEventImpl
Persistent implementation of the MessageEvent interface. |
| Methods in org.smartcomps.twister.engine.priv.core.definition.impl that return MessageEvent | |
org.smartcomps.twister.engine.priv.core.definition.MessageEvent |
PickImpl.getMessageEvent(org.smartcomps.twister.engine.priv.core.definition.Activity activity)
|
| Methods in org.smartcomps.twister.engine.priv.core.definition.impl with parameters of type MessageEvent | |
void |
PickImpl.addMessageEvent(org.smartcomps.twister.engine.priv.core.definition.MessageEvent event,
org.smartcomps.twister.engine.priv.core.definition.Activity activity)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||