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