|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReceiveEC | |
org.smartcomps.twister.engine.priv.core.dynamic.impl | |
org.smartcomps.twister.engine.priv.messaging | |
org.smartcomps.twister.engine.priv.messaging.impl |
Uses of ReceiveEC in org.smartcomps.twister.engine.priv.core.dynamic.impl |
Classes in org.smartcomps.twister.engine.priv.core.dynamic.impl that implement ReceiveEC | |
class |
ReceiveECImpl
Execution context of a Receive activity. |
Uses of ReceiveEC in org.smartcomps.twister.engine.priv.messaging |
Methods in org.smartcomps.twister.engine.priv.messaging that return ReceiveEC | |
org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC |
MessageController.acknowledge(java.lang.String partnerLink,
java.lang.String portType,
java.lang.String operation,
org.dom4j.Document message)
Processes provided message checking if an existing execution context is waiting for this message to complete or if this message can trigger the execution of a new process. |
Uses of ReceiveEC in org.smartcomps.twister.engine.priv.messaging.impl |
Classes in org.smartcomps.twister.engine.priv.messaging.impl that implement ReceiveEC | |
class |
PickECAsReceiveEC
Wrapper around a Pick execution context to have it behave like a Receive execution context. |
Methods in org.smartcomps.twister.engine.priv.messaging.impl that return ReceiveEC | |
org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC |
MessageControllerImpl.acknowledge(java.lang.String partnerLink,
java.lang.String portType,
java.lang.String operation,
org.dom4j.Document message)
As the acknowledge method requires a partner link it's always targeted at only one process. |
static org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC |
CoreWrappingFactory.reload(org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC receiveEC)
|
Methods in org.smartcomps.twister.engine.priv.messaging.impl with parameters of type ReceiveEC | |
static org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC |
CoreWrappingFactory.reload(org.smartcomps.twister.engine.priv.core.dynamic.ReceiveEC receiveEC)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |