org.ow2.orchestra.facade.runtime
Interface VariableUpdate

All Superinterfaces:
java.io.Serializable

public interface VariableUpdate
extends java.io.Serializable

Interface for getting recorded runtime information on variable update.


Method Summary
 java.util.Date getDate()
           
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 

Method Detail

getName

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

getValue

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

getDate

java.util.Date getDate()
Returns:
the date of the variable updating.


Copyright © 2008 OW2 Consortium. All Rights Reserved.