|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JobImpl in org.ow2.bonita.pvm.internal.env |
---|
Constructors in org.ow2.bonita.pvm.internal.env with parameters of type JobImpl | |
---|---|
JobContext(JobImpl<?> job)
|
Uses of JobImpl in org.ow2.bonita.pvm.internal.hibernate |
---|
Methods in org.ow2.bonita.pvm.internal.hibernate that return JobImpl | |
---|---|
JobImpl<?> |
HibernateJobDbSession.findFirstAcquirableJob()
|
JobImpl<?> |
HibernateJobDbSession.findFirstDueJob()
|
JobImpl<?> |
HibernateJobDbSession.getJob(long jobId)
|
Methods in org.ow2.bonita.pvm.internal.hibernate that return types with arguments of type JobImpl | |
---|---|
java.util.List<JobImpl<?>> |
HibernateJobDbSession.findExclusiveJobs(Execution processInstance)
|
Uses of JobImpl in org.ow2.bonita.pvm.internal.job |
---|
Subclasses of JobImpl in org.ow2.bonita.pvm.internal.job | |
---|---|
class |
CommandMessage
|
class |
MessageImpl<T>
|
class |
TimerImpl
a runtime timer instance. |
Uses of JobImpl in org.ow2.bonita.pvm.internal.jobexecutor |
---|
Methods in org.ow2.bonita.pvm.internal.jobexecutor that return JobImpl | |
---|---|
JobImpl<?> |
JobDbSession.findFirstAcquirableJob()
the first jobImpl to finish among eligible and non-locked jobs or null if none |
JobImpl<?> |
JobDbSession.findFirstDueJob()
the first jobImpl to finish among non-owned jobs or null if none |
JobImpl<?> |
JobDbSession.getJob(long jobId)
the jobImpl with the given id or null if none |
Methods in org.ow2.bonita.pvm.internal.jobexecutor that return types with arguments of type JobImpl | |
---|---|
java.util.List<JobImpl<?>> |
JobDbSession.findExclusiveJobs(Execution processInstance)
the list of jobs of the process instance that mustn't be concurrent |
Methods in org.ow2.bonita.pvm.internal.jobexecutor with parameters of type JobImpl | |
---|---|
protected void |
ExecuteJobCmd.handleJobExecutionException(Environment environment,
JobImpl<?> job,
java.lang.Throwable exception)
This transaction will be marked for rollback. |
Uses of JobImpl in org.ow2.bonita.pvm.internal.model |
---|
Fields in org.ow2.bonita.pvm.internal.model with type parameters of type JobImpl | |
---|---|
protected java.util.Set<JobImpl<?>> |
ExecutionImpl.jobs
|
Uses of JobImpl in org.ow2.bonita.pvm.internal.model.op |
---|
Subclasses of JobImpl in org.ow2.bonita.pvm.internal.model.op | |
---|---|
class |
ExecuteNodeMessage
|
class |
ProceedToDestinationMessage
|
class |
SignalMessage
|
class |
TakeTransitionMessage
|
Uses of JobImpl in org.ow2.bonita.pvm.internal.svc |
---|
Subclasses of JobImpl in org.ow2.bonita.pvm.internal.svc | |
---|---|
class |
AsyncCommandMessage
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |