org.smartcomps.twister.engine.priv.core.definition.impl
Class ReceiveImpl
java.lang.Object
|
+--org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
|
+--org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl
|
+--org.smartcomps.twister.engine.priv.core.definition.impl.ReceiveImpl
- All Implemented Interfaces:
- Activity, BasicActivity, java.lang.Comparable, Receive
- public class ReceiveImpl
- extends BasicActivityImpl
- implements Receive
Persistent implementation of the Receive interface.
- See Also:
Receive
Methods inherited from class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl |
compareTo, createContextTree, fetchProcess, getActivityContainer, getContainer, getId, getIndex, getJoinCondition, getName, getProcess, getProcessSet, getSourceLinks, getTargetLinks, setActivityContainer, setContainer, setId, setIndex, setJoinCondition, setName, setProcess, setProcessSet, setSourceLinks, setTargetLinks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.BasicActivity |
execute |
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.Activity |
fetchProcess, getContainer, getJoinCondition, getName, getProcess, getSourceLinks, getTargetLinks, setJoinCondition, setName, setSourceLinks, setTargetLinks |
ReceiveImpl
public ReceiveImpl()
getPartner
public java.lang.String getPartner()
- Specified by:
getPartner
in interface Receive
setPartner
public void setPartner(java.lang.String partner)
- Specified by:
setPartner
in interface Receive
getPortType
public java.lang.String getPortType()
- Specified by:
getPortType
in interface Receive
setPortType
public void setPortType(java.lang.String portType)
- Specified by:
setPortType
in interface Receive
getOperation
public java.lang.String getOperation()
- Specified by:
getOperation
in interface Receive
setOperation
public void setOperation(java.lang.String operation)
- Specified by:
setOperation
in interface Receive
getVariable
public java.lang.String getVariable()
- Specified by:
getVariable
in interface Receive
setVariable
public void setVariable(java.lang.String variable)
- Specified by:
setVariable
in interface Receive
isCreateInstance
public boolean isCreateInstance()
- Specified by:
isCreateInstance
in interface Receive
setCreateInstance
public void setCreateInstance(boolean createInstance)
- Specified by:
setCreateInstance
in interface Receive
getCorrelations
public java.util.Collection getCorrelations()
- Specified by:
getCorrelations
in interface Receive
setCorrelations
public void setCorrelations(java.util.Collection correlations)
addCorrelation
public void addCorrelation(org.smartcomps.twister.engine.priv.core.definition.CorrelationRef correlationRef)
- Specified by:
addCorrelation
in interface Receive
Copyright © 2003 SmartComps. All Rights Reserved.