|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.agila.impl.memory.TimerServiceImpl
public class TimerServiceImpl
Constructor Summary | |
---|---|
TimerServiceImpl()
|
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) |
void |
setQueueService(QueueService qs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimerServiceImpl()
Method Detail |
---|
public void setQueueService(QueueService qs)
public void setExecutionContinue(TokenID tokenID, int seconds, java.lang.String dataKey, java.io.Serializable appData)
TimerService
setExecutionContinue
in interface TimerService
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |