org.jbpm.api.job
Interface Job

All Known Subinterfaces:
Message, Timer

public interface Job

base class for timers and messages.

Author:
Tom Baeyens

Method Summary
 long getDbid()
           
 java.util.Date getDueDate()
           
 java.lang.String getException()
           
 Execution getExecution()
           
 java.util.Date getLockExpirationTime()
           
 java.lang.String getLockOwner()
           
 Execution getProcessInstance()
           
 int getRetries()
           
 boolean isExclusive()
           
 

Method Detail

getDbid

long getDbid()

getLockOwner

java.lang.String getLockOwner()

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.