Uses of Interface
com.ibm.jbatch.container.services.IJobExecution
-
Packages that use IJobExecution Package Description com.ibm.jbatch.container.api.impl com.ibm.jbatch.container.impl com.ibm.jbatch.container.jobinstance com.ibm.jbatch.container.services This interfaces are tightly coupled to the existing batch implementation.com.ibm.jbatch.container.services.impl -
-
Uses of IJobExecution in com.ibm.jbatch.container.api.impl
Methods in com.ibm.jbatch.container.api.impl that return IJobExecution Modifier and Type Method Description IJobExecutionJobOperatorImplDelegate. getJobExecution(long executionId) -
Uses of IJobExecution in com.ibm.jbatch.container.impl
Methods in com.ibm.jbatch.container.impl that return IJobExecution Modifier and Type Method Description IJobExecutionBatchKernelImpl. getJobExecution(long executionId)IJobExecutionBatchKernelImpl. restartJob(long executionId)IJobExecutionBatchKernelImpl. restartJob(long executionId, Properties jobOverrideProps)IJobExecutionBatchKernelImpl. startJob(String jobXML)IJobExecutionBatchKernelImpl. startJob(String jobXML, Properties jobParameters) -
Uses of IJobExecution in com.ibm.jbatch.container.jobinstance
Classes in com.ibm.jbatch.container.jobinstance that implement IJobExecution Modifier and Type Class Description classJobOperatorJobExecutionMethods in com.ibm.jbatch.container.jobinstance that return IJobExecution Modifier and Type Method Description IJobExecutionRuntimeJobExecution. getJobOperatorJobExecution()static IJobExecutionJobExecutionHelper. getPersistedJobOperatorJobExecution(long jobExecutionId) -
Uses of IJobExecution in com.ibm.jbatch.container.services
Methods in com.ibm.jbatch.container.services that return IJobExecution Modifier and Type Method Description IJobExecutionIBatchKernelService. getJobExecution(long executionId)IJobExecutionIPersistenceManagerService. jobOperatorGetJobExecution(long jobExecutionId)IJobExecutionIBatchKernelService. restartJob(long executionID)IJobExecutionIBatchKernelService. restartJob(long executionID, Properties overrideJobParameters)IJobExecutionIBatchKernelService. startJob(String jobXML)IJobExecutionIBatchKernelService. startJob(String jobXML, Properties jobParameters)Methods in com.ibm.jbatch.container.services that return types with arguments of type IJobExecution Modifier and Type Method Description List<IJobExecution>IPersistenceManagerService. jobOperatorGetJobExecutions(long jobInstanceId) -
Uses of IJobExecution in com.ibm.jbatch.container.services.impl
Methods in com.ibm.jbatch.container.services.impl that return IJobExecution Modifier and Type Method Description IJobExecutionJDBCPersistenceManagerImpl. jobOperatorGetJobExecution(long jobExecutionId)Methods in com.ibm.jbatch.container.services.impl that return types with arguments of type IJobExecution Modifier and Type Method Description List<IJobExecution>JDBCPersistenceManagerImpl. jobOperatorGetJobExecutions(long jobInstanceId)
-