org.jbpm.pvm.job
Interface Job

All Known Subinterfaces:
Message, Timer

public interface Job

base class for timers and messages.

Author:
Tom Baeyens

Method Summary
 long getDbid()
           
 Date getDueDate()
           
 String getException()
           
 Execution getExecution()
           
 Date getLockExpirationTime()
           
 String getLockOwner()
           
 Execution getProcessInstance()
           
 int getRetries()
           
 boolean isExclusive()
           
 boolean isSuspended()
           
 

Method Detail

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.