| Package | Description |
|---|---|
| org.apache.batchee.container.impl | |
| org.apache.batchee.container.impl.jobinstance | |
| org.apache.batchee.container.services |
This interfaces are tightly coupled to the existing
batch implementation.
|
| org.apache.batchee.container.services.kernel | |
| org.apache.batchee.container.services.persistence | |
| org.apache.batchee.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
JobExecutionImpl |
| Modifier and Type | Method and Description |
|---|---|
InternalJobExecution |
JobOperatorImpl.getJobExecution(long executionId) |
| Modifier and Type | Method and Description |
|---|---|
InternalJobExecution |
RuntimeJobExecution.getJobOperatorJobExecution() |
static InternalJobExecution |
JobExecutionHelper.getPersistedJobOperatorJobExecution(PersistenceManagerService persistenceManagerService,
long jobExecutionId) |
| Modifier and Type | Method and Description |
|---|---|
InternalJobExecution |
BatchKernelService.getJobExecution(long executionId) |
InternalJobExecution |
BatchKernelService.restartJob(long executionID,
Properties overrideJobParameters) |
InternalJobExecution |
BatchKernelService.startJob(String jobXML,
Properties jobParameters) |
| Modifier and Type | Method and Description |
|---|---|
InternalJobExecution |
DefaultBatchKernel.getJobExecution(long executionId) |
InternalJobExecution |
DefaultBatchKernel.restartJob(long executionId,
Properties jobOverrideProps) |
InternalJobExecution |
DefaultBatchKernel.startJob(String jobXML,
Properties jobParameters) |
| Modifier and Type | Method and Description |
|---|---|
InternalJobExecution |
JDBCPersistenceManagerService.jobOperatorGetJobExecution(long jobExecutionId) |
InternalJobExecution |
MemoryPersistenceManagerService.jobOperatorGetJobExecution(long jobExecutionId) |
InternalJobExecution |
JPAPersistenceManagerService.jobOperatorGetJobExecution(long jobExecutionId) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalJobExecution> |
JDBCPersistenceManagerService.jobOperatorGetJobExecutions(long jobInstanceId) |
List<InternalJobExecution> |
MemoryPersistenceManagerService.jobOperatorGetJobExecutions(long jobInstanceId) |
List<InternalJobExecution> |
JPAPersistenceManagerService.jobOperatorGetJobExecutions(long jobInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
InternalJobExecution |
PersistenceManagerService.jobOperatorGetJobExecution(long jobExecutionId) |
| Modifier and Type | Method and Description |
|---|---|
List<InternalJobExecution> |
PersistenceManagerService.jobOperatorGetJobExecutions(long jobInstanceId) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.