org.jbpm.pvm.job
Interface Timer

All Superinterfaces:
Job

public interface Timer
extends Job

a timer.

Author:
Tom Baeyens

Method Summary
 String getEventName()
           
 String getRepeat()
           
 String getSignalName()
           
 
Methods inherited from interface Job
getDbid, getDueDate, getException, getExecution, getLockExpirationTime, getLockOwner, getProcessInstance, getRetries, isExclusive, isSuspended
 

Method Detail

getSignalName

String getSignalName()

getEventName

String getEventName()

getRepeat

String getRepeat()


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