org.smartcomps.twister.engine.priv.core.dynamic
Interface ReceiveEC

All Superinterfaces:
BasicEC, ExecutionContext
All Known Implementing Classes:
PickECAsReceiveEC, ReceiveECImpl

public interface ReceiveEC
extends BasicEC

The execution context of a Receive activity.


Field Summary
 
Fields inherited from interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
ACTIVE, CANCELED, COMPLETED, ENDED_CANCELED, ENDED_COMPLETED, ENDED_FAULTED, FAULTED, OPEN
 
Method Summary
 void acknowledgeMessage(org.dom4j.Document message)
           
 
Methods inherited from interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
execute, fetchInstance, getContainer, getEvents, getId, getInstance, getStatus, setStatus
 

Method Detail

acknowledgeMessage

public void acknowledgeMessage(org.dom4j.Document message)


Copyright © 2003 SmartComps. All Rights Reserved.