org.ow2.orchestra.facade.runtime
Interface VariableUpdate
- All Superinterfaces:
- CopyAble<VariableUpdate>, ScopeUpdate, java.io.Serializable
- All Known Implementing Classes:
- VariableUpdateImpl
public interface VariableUpdate
- extends ScopeUpdate, CopyAble<VariableUpdate>
Interface for getting recorded runtime information on variable update.
Methods inherited from interface org.ow2.orchestra.facade.CopyAble |
copy |
getName
java.lang.String getName()
- Returns:
- the variable name.
getValue
java.lang.Object getValue()
- Returns:
- the variable value. Returned value can be an instance of
Element
or Message
Copyright © 2009 OW2 Consortium. All Rights Reserved.