Uses of Class
com.ibm.jbatch.container.exception.BatchContainerServiceException
-
Packages that use BatchContainerServiceException Package Description com.ibm.jbatch.container.callback This package has not been reviewed for correctness.com.ibm.jbatch.container.impl com.ibm.jbatch.container.services This interfaces are tightly coupled to the existing batch implementation.com.ibm.jbatch.container.services.impl -
-
Uses of BatchContainerServiceException in com.ibm.jbatch.container.callback
Methods in com.ibm.jbatch.container.callback that throw BatchContainerServiceException Modifier and Type Method Description voidJobEndCallbackManagerImpl. init(IBatchConfig batchConfig)Deprecated.voidJobEndCallbackManagerImpl. shutdown()Deprecated. -
Uses of BatchContainerServiceException in com.ibm.jbatch.container.impl
Methods in com.ibm.jbatch.container.impl that throw BatchContainerServiceException Modifier and Type Method Description voidBatchKernelImpl. init(IBatchConfig pgcConfig)protected voidBatchletStepControllerImpl. invokeCoreStep()protected voidChunkStepControllerImpl. invokeCoreStep()voidBatchKernelImpl. shutdown() -
Uses of BatchContainerServiceException in com.ibm.jbatch.container.services
Methods in com.ibm.jbatch.container.services that throw BatchContainerServiceException Modifier and Type Method Description JobStatusIJobStatusManagerService. createJobStatus(long jobInstanceId)This method creates an entry for a new job instanceStepStatusIJobStatusManagerService. createStepStatus(long stepExecutionId)Creates an entry for the step in the stepstatus table during jobsetupJobStatusIJobStatusManagerService. getJobStatus(long jobInstanceId)Returns the JobStatus for a given jobInstance idJobStatusIJobStatusManagerService. getJobStatusFromExecutionId(long executionId)StepStatusIJobStatusManagerService. getStepStatus(long jobInstanceId, String stepId)voidIJobStatusManagerService. updateJobBatchStatus(long jobInstanceId, jakarta.batch.runtime.BatchStatus batchStatus)voidIJobStatusManagerService. updateJobCurrentStep(long jobInstanceId, String currentStepName)voidIJobStatusManagerService. updateJobExecutionStatus(long jobInstanceId, jakarta.batch.runtime.BatchStatus batchStatus, String exitStatus)voidIJobStatusManagerService. updateJobStatusFromJSLStop(long jobInstanceId, String restartOn)voidIJobStatusManagerService. updateJobStatusWithNewExecution(long jobInstanceId, long newExecutionId)voidIJobStatusManagerService. updateStepStatus(long stepExecutionId, StepStatus newStepStatus) -
Uses of BatchContainerServiceException in com.ibm.jbatch.container.services.impl
Methods in com.ibm.jbatch.container.services.impl that throw BatchContainerServiceException Modifier and Type Method Description JobStatusJobStatusManagerImpl. createJobStatus(long jobInstanceId)StepStatusJobStatusManagerImpl. createStepStatus(long stepExecutionId)JobStatusJobStatusManagerImpl. getJobStatus(long jobInstanceId)JobStatusJobStatusManagerImpl. getJobStatusFromExecutionId(long executionId)StepStatusJobStatusManagerImpl. getStepStatus(long jobInstanceId, String stepId)abstract voidAbstractThreadPoolServiceImpl. init(IBatchConfig pgcConfig)voidBatchTransactionServiceImpl. init(IBatchConfig batchConfig)voidBoundedThreadPoolServiceImpl. init(IBatchConfig batchConfig)voidCDIBatchArtifactFactoryImpl. init(IBatchConfig batchConfig)voidDelegatingBatchArtifactFactoryImpl. init(IBatchConfig batchConfig)voidDelegatingJobXMLLoaderServiceImpl. init(IBatchConfig batchConfig)voidDirectoryJobXMLLoaderServiceImpl. init(IBatchConfig batchConfig)voidGrowableThreadPoolServiceImpl. init(IBatchConfig pgcConfig)voidJDBCPersistenceManagerImpl. init(IBatchConfig batchConfig)voidJobStatusManagerImpl. init(IBatchConfig batchConfig)voidWeldSEBatchArtifactFactoryImpl. init(IBatchConfig batchConfig)voidAbstractThreadPoolServiceImpl. shutdown()voidBatchTransactionServiceImpl. shutdown()voidCDIBatchArtifactFactoryImpl. shutdown()voidDelegatingBatchArtifactFactoryImpl. shutdown()voidDelegatingJobXMLLoaderServiceImpl. shutdown()voidDirectoryJobXMLLoaderServiceImpl. shutdown()voidJDBCPersistenceManagerImpl. shutdown()voidJNDIDelegatingThreadPoolServiceImpl. shutdown()voidJobStatusManagerImpl. shutdown()voidSPIDelegatingThreadPoolServiceImpl. shutdown()voidWeldSEBatchArtifactFactoryImpl. shutdown()voidJobStatusManagerImpl. updateJobBatchStatus(long jobInstanceId, jakarta.batch.runtime.BatchStatus batchStatus)voidJobStatusManagerImpl. updateJobCurrentStep(long jobInstanceId, String currentStepName)voidJobStatusManagerImpl. updateJobExecutionStatus(long jobInstanceId, jakarta.batch.runtime.BatchStatus batchStatus, String exitStatus)voidJobStatusManagerImpl. updateJobStatusFromJSLStop(long jobInstanceId, String restartOn)voidJobStatusManagerImpl. updateJobStatusWithNewExecution(long jobInstanceId, long newExecutionId)
-