org.ow2.orchestra.facade.runtime
Interface VariableUpdate

All Superinterfaces:
CopyAble<VariableUpdate>, ScopeUpdate, Serializable
All Known Implementing Classes:
VariableUpdateImpl

public interface VariableUpdate
extends ScopeUpdate, CopyAble<VariableUpdate>

Interface for getting recorded runtime information on variable update.


Method Summary
 String getName()
           
 Object getValue()
           
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ScopeUpdate
getActivityUUID, getDate
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getName

String getName()
Returns:
the variable name.

getValue

Object getValue()
Returns:
the variable value. Returned value can be an instance of Element or Message


Copyright © 2011 OW2 Consortium. All Rights Reserved.