|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Job in org.ow2.orchestra.pvm |
|---|
| Methods in org.ow2.orchestra.pvm that return types with arguments of type Job | |
|---|---|
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.orchestra.pvm.internal.hibernate |
|---|
| Methods in org.ow2.orchestra.pvm.internal.hibernate that return types with arguments of type Job | |
|---|---|
List<Job> |
HibernatePvmDbSession.findJobsWithException()
|
| Uses of Job in org.ow2.orchestra.pvm.internal.job |
|---|
| Classes in org.ow2.orchestra.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.orchestra.pvm.internal.jobexecutor |
|---|
| Methods in org.ow2.orchestra.pvm.internal.jobexecutor that return Job | |
|---|---|
Job |
ExecuteJobCmd.execute(Environment environment)
|
| Methods in org.ow2.orchestra.pvm.internal.jobexecutor with parameters of type Job | |
|---|---|
void |
DeadJobHandler.handleDeadJob(Job deadJob)
Handle the dead job. |
| Uses of Job in org.ow2.orchestra.pvm.internal.model.op |
|---|
| Classes in org.ow2.orchestra.pvm.internal.model.op that implement Job | |
|---|---|
class |
ExecuteNodeMessage
|
class |
ProceedToDestinationMessage
|
class |
SignalMessage
|
class |
TakeTransitionMessage
|
| Uses of Job in org.ow2.orchestra.pvm.internal.svc |
|---|
| Classes in org.ow2.orchestra.pvm.internal.svc that implement Job | |
|---|---|
class |
AsyncCommandMessage
|
| Methods in org.ow2.orchestra.pvm.internal.svc that return types with arguments of type Job | |
|---|---|
List<Job> |
CommandManagementService.getJobsWithException(int firstResult,
int maxResults)
|
| Uses of Job in org.ow2.orchestra.pvm.job |
|---|
| Subinterfaces of Job in org.ow2.orchestra.pvm.job | |
|---|---|
interface |
Message
an asynchronous message. |
interface |
Timer
a timer. |
| Uses of Job in org.ow2.orchestra.pvm.model |
|---|
| Methods in org.ow2.orchestra.pvm.model that return types with arguments of type Job | |
|---|---|
List<? extends Job> |
OpenExecution.getJobs()
timers for this execution scope |
| Uses of Job in org.ow2.orchestra.pvm.session |
|---|
| Methods in org.ow2.orchestra.pvm.session that return types with arguments of type Job | |
|---|---|
List<Job> |
PvmDbSession.findJobsWithException()
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 | |||||||||