org.ow2.orchestra.facade.runtime.impl
Class ReplyActivityInstanceImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
      extended by org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
          extended by org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
All Implemented Interfaces:
Serializable, Record, ActivityInstance, ReplyActivityInstance, RuntimeRecord

public class ReplyActivityInstanceImpl
extends ActivityInstanceImpl
implements ReplyActivityInstance

Author:
Alfonso Fuca
See Also:
Serialized Form

Field Summary
protected  String messageExchange
           
protected  String operation
           
protected  String variable
           
 
Fields inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
definitionUUID, lastException, uuid
 
Fields inherited from class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
activityState, endedDate, instanceUUID, processUUID, startedDate
 
Constructor Summary
protected ReplyActivityInstanceImpl()
           
  ReplyActivityInstanceImpl(ReplyActivityInstance record)
           
 
Method Summary
 String getMessageExchange()
           
 String getOperation()
           
 ActivityType getType()
          Get the type of the activity instance.
 String getVariable()
           
 String toString()
           
 
Methods inherited from class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
equals, getDefinitionUUID, getLastException, getUUID, hashCode
 
Methods inherited from class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
end, getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityInstance
getDefinitionUUID, getLastException, getUUID
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.RuntimeRecord
getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState
 

Field Detail

operation

protected String operation

variable

protected String variable

messageExchange

protected String messageExchange
Constructor Detail

ReplyActivityInstanceImpl

protected ReplyActivityInstanceImpl()

ReplyActivityInstanceImpl

public ReplyActivityInstanceImpl(ReplyActivityInstance record)
Method Detail

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 ReplyActivityInstance
Returns:
the message exchange

getOperation

public String getOperation()
Specified by:
getOperation in interface ReplyActivityInstance
Returns:
the operation

getVariable

public String getVariable()
Specified by:
getVariable in interface ReplyActivityInstance
Returns:
the variable


Copyright © 2011 OW2 Consortium. All Rights Reserved.