org.ow2.orchestra.facade.runtime.impl
Class ReceiveActivityInstanceImpl
java.lang.Object
org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
- All Implemented Interfaces:
- Serializable, Record, ActivityInstance, ReceiveActivityInstance, RuntimeRecord
public class ReceiveActivityInstanceImpl
- extends ActivityInstanceImpl
- implements ReceiveActivityInstance
- Author:
- Alfonso Fuca
- See Also:
- Serialized Form
operation
protected String operation
variable
protected String variable
messageExchange
protected String messageExchange
ReceiveActivityInstanceImpl
protected ReceiveActivityInstanceImpl()
ReceiveActivityInstanceImpl
public ReceiveActivityInstanceImpl(ReceiveActivityInstance record)
getType
public ActivityType getType()
- Description copied from interface:
ActivityInstance
- Get the type of the activity instance. Types are defined in
ActivityType
- Specified by:
getType in interface ActivityInstance
- Returns:
- the type of the activity (corresponding to
ActivityType)
toString
public String toString()
- Overrides:
toString in class ActivityInstanceImpl
getMessageExchange
public String getMessageExchange()
- Specified by:
getMessageExchange in interface ReceiveActivityInstance
- Returns:
- the message exchange
getOperation
public String getOperation()
- Specified by:
getOperation in interface ReceiveActivityInstance
- Returns:
- the operation
getVariable
public String getVariable()
- Specified by:
getVariable in interface ReceiveActivityInstance
- Returns:
- the variable
Copyright © 2012 OW2 Consortium. All Rights Reserved.