org.apache.agila.services
Interface TimerService

All Known Implementing Classes:
TimerServiceImpl

public interface TimerService

Interface to the timer service. This allows one to send a "trigger" timed event to a workflow.

Version:
$Id: $
Author:
Geir Magnusson Jr.

Method Summary
 void setExecutionContinue(TokenID tokenID, int seconds, java.lang.String dataKey, java.io.Serializable appData)
          Sets a timer for a given workflow instance (via tokenID)
 

Method Detail

setExecutionContinue

void setExecutionContinue(TokenID tokenID,
                          int seconds,
                          java.lang.String dataKey,
                          java.io.Serializable appData)
Sets a timer for a given workflow instance (via tokenID)

Parameters:
tokenID - identity of the workflow's token to send
seconds - number of seconds to wait
dataKey - app-defined key for sending private data
appData - private data to send to instance


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.