|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Job in org.ow2.bonita.pvm |
---|
Methods in org.ow2.bonita.pvm that return types with arguments of type Job | |
---|---|
java.util.List<Job> |
ManagementService.getJobsWithException(int firstResult,
int maxResults)
all jobs for which all the retry attempts have failed and which are parked, waiting for operator intervention |
Uses of Job in org.ow2.bonita.pvm.internal.hibernate |
---|
Methods in org.ow2.bonita.pvm.internal.hibernate that return types with arguments of type Job | |
---|---|
java.util.List<Job> |
HibernatePvmDbSession.findJobsWithException(int firstResult,
int maxResults)
|
Uses of Job in org.ow2.bonita.pvm.internal.job |
---|
Classes in org.ow2.bonita.pvm.internal.job that implement Job | |
---|---|
class |
CommandMessage
|
class |
JobImpl<T>
|
class |
MessageImpl<T>
|
class |
TimerImpl
a runtime timer instance. |
Uses of Job in org.ow2.bonita.pvm.internal.jobexecutor |
---|
Methods in org.ow2.bonita.pvm.internal.jobexecutor that return Job | |
---|---|
Job |
ExecuteJobCmd.execute(Environment environment)
|
Uses of Job in org.ow2.bonita.pvm.internal.model |
---|
Methods in org.ow2.bonita.pvm.internal.model that return types with arguments of type Job | |
---|---|
java.util.Set<Job> |
ExecutionImpl.getJobs()
|
Uses of Job in org.ow2.bonita.pvm.internal.model.op |
---|
Classes in org.ow2.bonita.pvm.internal.model.op that implement Job | |
---|---|
class |
ExecuteNodeMessage
|
class |
ProceedToDestinationMessage
|
class |
SignalMessage
|
class |
TakeTransitionMessage
|
Uses of Job in org.ow2.bonita.pvm.internal.svc |
---|
Classes in org.ow2.bonita.pvm.internal.svc that implement Job | |
---|---|
class |
AsyncCommandMessage
|
Methods in org.ow2.bonita.pvm.internal.svc that return types with arguments of type Job | |
---|---|
java.util.List<Job> |
CommandManagementService.getJobsWithException(int firstResult,
int maxResults)
|
Uses of Job in org.ow2.bonita.pvm.job |
---|
Subinterfaces of Job in org.ow2.bonita.pvm.job | |
---|---|
interface |
Message
an asynchronous message. |
interface |
Timer
a timer. |
Uses of Job in org.ow2.bonita.pvm.model |
---|
Methods in org.ow2.bonita.pvm.model that return types with arguments of type Job | |
---|---|
java.util.Set<Job> |
OpenExecution.getJobs()
timers for this execution scope |
Uses of Job in org.ow2.bonita.pvm.session |
---|
Methods in org.ow2.bonita.pvm.session that return types with arguments of type Job | |
---|---|
java.util.List<Job> |
PvmDbSession.findJobsWithException(int firstResult,
int maxResults)
the jobs for which all the retries have failed and which will not be picked up any more by the jobImpl executor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |