|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.env.session.Job<T> org.jbpm.env.session.Message<java.lang.Object> org.jbpm.pvm.impl.ProceedToDestinationMessage
public class ProceedToDestinationMessage
Field Summary |
---|
Fields inherited from class org.jbpm.env.session.Job |
---|
dbid, dbversion, dueDate, exception, execution, isExclusive, isSuspended, lockExpirationTime, lockOwner, processInstance, retries |
Constructor Summary | |
---|---|
ProceedToDestinationMessage()
|
|
ProceedToDestinationMessage(ExecutionImpl execution)
|
Method Summary | |
---|---|
java.lang.Object |
execute(Environment environment)
|
Methods inherited from class org.jbpm.env.session.Message |
---|
unlockExecution |
Methods inherited from class org.jbpm.env.session.Job |
---|
getDbid, getDueDate, getException, getExecution, getLockExpirationTime, getLockOwner, getProcessInstance, getRetries, isExclusive, isSuspended, setDbid, setDueDate, setException, setExclusive, setLockExpirationTime, setLockOwner, setRetries, setSuspended, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProceedToDestinationMessage()
public ProceedToDestinationMessage(ExecutionImpl execution)
Method Detail |
---|
public java.lang.Object execute(Environment environment) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |