org.ow2.orchestra.facade.runtime
Interface VariableUpdate

All Superinterfaces:
ScopeUpdate, java.io.Serializable

public interface VariableUpdate
extends ScopeUpdate

Interface for getting recorded runtime information on variable update.


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

Method Detail

getName

java.lang.String getName()
Returns:
the variable name.

getValue

java.lang.Object getValue()
Returns:
the variable value.


Copyright © 2009 OW2 Consortium. All Rights Reserved.