org.smartcomps.twister.engine.priv.core.definition.impl
Class ReplyImpl

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.ReplyImpl
All Implemented Interfaces:
Activity, BasicActivity, java.lang.Comparable, Reply

public class ReplyImpl
extends BasicActivityImpl
implements Reply

Persistent implementation of the Reply interface.

See Also:
Reply

Constructor Summary
ReplyImpl()
           
 
Method Summary
 java.util.Collection getCorrelations()
           
 java.lang.String getFaultName()
           
 java.lang.String getOperation()
           
 java.lang.String getPartner()
           
 java.lang.String getPortType()
           
 java.lang.String getVariable()
           
 void setCorrelations(java.util.Collection correlations)
           
 void setFaultName(java.lang.String faultName)
           
 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

ReplyImpl

public ReplyImpl()
Method Detail

getPartner

public java.lang.String getPartner()
Specified by:
getPartner in interface Reply

setPartner

public void setPartner(java.lang.String partner)
Specified by:
setPartner in interface Reply

getPortType

public java.lang.String getPortType()
Specified by:
getPortType in interface Reply

setPortType

public void setPortType(java.lang.String portType)
Specified by:
setPortType in interface Reply

getOperation

public java.lang.String getOperation()
Specified by:
getOperation in interface Reply

setOperation

public void setOperation(java.lang.String operation)
Specified by:
setOperation in interface Reply

getVariable

public java.lang.String getVariable()
Specified by:
getVariable in interface Reply

setVariable

public void setVariable(java.lang.String variable)
Specified by:
setVariable in interface Reply

getFaultName

public java.lang.String getFaultName()
Specified by:
getFaultName in interface Reply

setFaultName

public void setFaultName(java.lang.String faultName)
Specified by:
setFaultName in interface Reply

getCorrelations

public java.util.Collection getCorrelations()
Specified by:
getCorrelations in interface Reply

setCorrelations

public void setCorrelations(java.util.Collection correlations)
Specified by:
setCorrelations in interface Reply


Copyright © 2003 SmartComps. All Rights Reserved.