org.ow2.orchestra.facade.runtime.impl
Class ReplyActivityInstanceImpl
java.lang.Object
org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
- All Implemented Interfaces:
- java.io.Serializable, Record, ActivityInstance, ReplyActivityInstance, RuntimeRecord
public class ReplyActivityInstanceImpl
- extends ActivityInstanceImpl
- implements ReplyActivityInstance
- Author:
- Alfonso Fuca
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
operation
protected java.lang.String operation
variable
protected java.lang.String variable
messageExchange
protected java.lang.String messageExchange
ReplyActivityInstanceImpl
public ReplyActivityInstanceImpl(ReplyActivityInstance 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 java.lang.String toString()
- Overrides:
toString
in class ActivityInstanceImpl
getMessageExchange
public java.lang.String getMessageExchange()
- Specified by:
getMessageExchange
in interface ReplyActivityInstance
- Returns:
- the message exchange
getOperation
public java.lang.String getOperation()
- Specified by:
getOperation
in interface ReplyActivityInstance
- Returns:
- the operation
getVariable
public java.lang.String getVariable()
- Specified by:
getVariable
in interface ReplyActivityInstance
- Returns:
- the variable
Copyright © 2009 OW2 Consortium. All Rights Reserved.