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

Constructor Summary
ReceiveImpl()
           
 
Method Summary
 void addCorrelation(org.smartcomps.twister.engine.priv.core.definition.CorrelationRef correlationRef)
           
 java.util.Collection getCorrelations()
           
 java.lang.String getOperation()
           
 java.lang.String getPartner()
           
 java.lang.String getPortType()
           
 java.lang.String getVariable()
           
 boolean isCreateInstance()
           
 void setCorrelations(java.util.Collection correlations)
           
 void setCreateInstance(boolean createInstance)
           
 void setOperation(java.lang.String operation)
           
 void setPartner(java.lang.String partner)
           
 void setPortType(java.lang.String portType)
           
 void setVariable(java.lang.String variable)
           
 
Methods inherited from class org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl
execute
 
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
 

Constructor Detail

ReceiveImpl

public ReceiveImpl()
Method Detail

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.