Uses of Interface
org.apache.batchee.container.services.InternalJobExecution
-
Packages that use InternalJobExecution 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 -
-
Uses of InternalJobExecution in org.apache.batchee.container.impl
Classes in org.apache.batchee.container.impl that implement InternalJobExecution Modifier and Type Class Description class
JobExecutionImpl
Methods in org.apache.batchee.container.impl that return InternalJobExecution Modifier and Type Method Description InternalJobExecution
JobOperatorImpl. getJobExecution(long executionId)
-
Uses of InternalJobExecution in org.apache.batchee.container.impl.jobinstance
Methods in org.apache.batchee.container.impl.jobinstance that return InternalJobExecution Modifier and Type Method Description InternalJobExecution
RuntimeJobExecution. getJobOperatorJobExecution()
static InternalJobExecution
JobExecutionHelper. getPersistedJobOperatorJobExecution(PersistenceManagerService persistenceManagerService, long jobExecutionId)
-
Uses of InternalJobExecution in org.apache.batchee.container.services
Methods in org.apache.batchee.container.services that return InternalJobExecution Modifier and Type Method Description InternalJobExecution
BatchKernelService. getJobExecution(long executionId)
InternalJobExecution
BatchKernelService. restartJob(long executionID, Properties overrideJobParameters)
InternalJobExecution
BatchKernelService. startJob(String jobXML, Properties jobParameters)
-
Uses of InternalJobExecution in org.apache.batchee.container.services.kernel
Methods in org.apache.batchee.container.services.kernel that return InternalJobExecution Modifier and Type Method Description InternalJobExecution
DefaultBatchKernel. getJobExecution(long executionId)
InternalJobExecution
DefaultBatchKernel. restartJob(long executionId, Properties jobOverrideProps)
InternalJobExecution
DefaultBatchKernel. startJob(String jobXML, Properties jobParameters)
-
Uses of InternalJobExecution in org.apache.batchee.container.services.persistence
Methods in org.apache.batchee.container.services.persistence that return InternalJobExecution Modifier and Type Method Description InternalJobExecution
JDBCPersistenceManagerService. jobOperatorGetJobExecution(long jobExecutionId)
InternalJobExecution
JPAPersistenceManagerService. jobOperatorGetJobExecution(long jobExecutionId)
InternalJobExecution
MemoryPersistenceManagerService. jobOperatorGetJobExecution(long jobExecutionId)
Methods in org.apache.batchee.container.services.persistence that return types with arguments of type InternalJobExecution Modifier and Type Method Description List<InternalJobExecution>
JDBCPersistenceManagerService. jobOperatorGetJobExecutions(long jobInstanceId)
List<InternalJobExecution>
JPAPersistenceManagerService. jobOperatorGetJobExecutions(long jobInstanceId)
List<InternalJobExecution>
MemoryPersistenceManagerService. jobOperatorGetJobExecutions(long jobInstanceId)
-
Uses of InternalJobExecution in org.apache.batchee.spi
Methods in org.apache.batchee.spi that return InternalJobExecution Modifier and Type Method Description InternalJobExecution
PersistenceManagerService. jobOperatorGetJobExecution(long jobExecutionId)
Methods in org.apache.batchee.spi that return types with arguments of type InternalJobExecution Modifier and Type Method Description List<InternalJobExecution>
PersistenceManagerService. jobOperatorGetJobExecutions(long jobInstanceId)
-