org.smartcomps.twister.engine.priv.timer
Class WaitECTask

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--org.smartcomps.twister.engine.priv.timer.ExecutionContextTask
              |
              +--org.smartcomps.twister.engine.priv.timer.WaitECTask
All Implemented Interfaces:
java.lang.Runnable

public class WaitECTask
extends ExecutionContextTask

Task that notifies a WaitEC that its due date has been reached.


Constructor Summary
WaitECTask(java.lang.Long executionContextId)
           
 
Method Summary
 java.lang.String getAdditionalInfo()
           
 java.lang.Long getContextId()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitECTask

public WaitECTask(java.lang.Long executionContextId)
Method Detail

getContextId

public java.lang.Long getContextId()
Specified by:
getContextId in class ExecutionContextTask

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask

getAdditionalInfo

public java.lang.String getAdditionalInfo()
Specified by:
getAdditionalInfo in class ExecutionContextTask


Copyright © 2003 SmartComps. All Rights Reserved.