org.ow2.orchestra.facade.def
Interface ProcessStateUpdate

All Superinterfaces:
CopyAble<ProcessStateUpdate>, Serializable
All Known Implementing Classes:
ProcessStateUpdateImpl

public interface ProcessStateUpdate
extends Serializable, CopyAble<ProcessStateUpdate>

Author:
Guillaume Porcher

Method Summary
 Date getDate()
           
 ProcessState getState()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getDate

Date getDate()
Returns:
the date when the state change.

getState

ProcessState getState()
Returns:
the new state of the process.


Copyright © 2011 OW2 Consortium. All Rights Reserved.