org.jbpm.api.job
Interface Job
- All Known Subinterfaces:
- Message, Timer
public interface Job
base class for timers and messages.
- Author:
- Tom Baeyens
getDbid
long getDbid()
getLockOwner
java.lang.String getLockOwner()
isSuspended
boolean isSuspended()
getDueDate
java.util.Date getDueDate()
getException
java.lang.String getException()
getRetries
int getRetries()
isExclusive
boolean isExclusive()
getExecution
Execution getExecution()
getProcessInstance
Execution getProcessInstance()
getLockExpirationTime
java.util.Date getLockExpirationTime()
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.