|
|||||||||
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<T>
public abstract class Message<T>
Field Summary |
---|
Fields inherited from class org.jbpm.env.session.Job |
---|
dbid, dbversion, dueDate, exception, execution, isExclusive, isSuspended, lockExpirationTime, lockOwner, processInstance, retries |
Constructor Summary | |
---|---|
Message()
|
|
Message(ExecutionImpl execution)
|
Method Summary | |
---|---|
protected void |
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 |
Methods inherited from interface org.jbpm.client.Command |
---|
execute |
Constructor Detail |
---|
public Message()
public Message(ExecutionImpl execution)
Method Detail |
---|
protected void unlockExecution()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |