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) |
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 sendseconds
- number of seconds to waitdataKey
- app-defined key for sending private dataappData
- private data to send to instance
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.