org.jbpm.api.job
Interface Timer

All Superinterfaces:
Job

public interface Timer
extends Job

a timer.

Author:
Tom Baeyens

Method Summary
 java.lang.String getEventName()
          the name of the event that is fired on the execution when the timer fires
 java.lang.String getRepeat()
          indicates the delay for repeating this timer after successful execution
 java.lang.String getSignalName()
          the signal that sent to the execution when the timer fires
 
Methods inherited from interface org.jbpm.api.job.Job
getDuedate, getDueDate, getException, getExecution, getId, getLockExpirationTime, getLockOwner, getProcessInstance, getRetries, isExclusive
 

Method Detail

getSignalName

java.lang.String getSignalName()
the signal that sent to the execution when the timer fires


getEventName

java.lang.String getEventName()
the name of the event that is fired on the execution when the timer fires


getRepeat

java.lang.String getRepeat()
indicates the delay for repeating this timer after successful execution



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.