org.smartcomps.twister.engine.priv.core.dynamic
Interface WaitEC

All Superinterfaces:
BasicEC, ExecutionContext
All Known Implementing Classes:
WaitECImpl

public interface WaitEC
extends BasicEC

Please put some JavaDoc here.


Field Summary
 
Fields inherited from interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
ACTIVE, CANCELED, COMPLETED, ENDED_CANCELED, ENDED_COMPLETED, ENDED_FAULTED, FAULTED, OPEN
 
Method Summary
 void dueDateReached()
           
 java.util.Date getDueDate()
           
 
Methods inherited from interface org.smartcomps.twister.engine.priv.core.dynamic.ExecutionContext
execute, fetchInstance, getContainer, getEvents, getId, getInstance, getStatus, setStatus
 

Method Detail

getDueDate

public java.util.Date getDueDate()

dueDateReached

public void dueDateReached()


Copyright © 2003 SmartComps. All Rights Reserved.