Uses of Class
com.ibm.jbatch.container.exception.BatchContainerServiceException

Packages that use BatchContainerServiceException
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
 void JobEndCallbackManagerImpl.init(IBatchConfig batchConfig)
          Deprecated.  
 void JobEndCallbackManagerImpl.shutdown()
          Deprecated.  
 

Uses of BatchContainerServiceException in com.ibm.jbatch.container.impl
 

Methods in com.ibm.jbatch.container.impl that throw BatchContainerServiceException
 void BatchKernelImpl.init(IBatchConfig pgcConfig)
           
protected  void ChunkStepControllerImpl.invokeCoreStep()
           
protected  void BatchletStepControllerImpl.invokeCoreStep()
           
 void BatchKernelImpl.shutdown()
           
 

Uses of BatchContainerServiceException in com.ibm.jbatch.container.services
 

Methods in com.ibm.jbatch.container.services that throw BatchContainerServiceException
 JobStatus IJobStatusManagerService.createJobStatus(long jobInstanceId)
          This method creates an entry for a new job instance
 StepStatus IJobStatusManagerService.createStepStatus(long stepExecutionId)
          Creates an entry for the step in the stepstatus table during jobsetup
 JobStatus IJobStatusManagerService.getJobStatus(long jobInstanceId)
          Returns the JobStatus for a given jobInstance id
 JobStatus IJobStatusManagerService.getJobStatusFromExecutionId(long executionId)
           
 StepStatus IJobStatusManagerService.getStepStatus(long jobInstanceId, String stepId)
           
 void IJobStatusManagerService.updateJobBatchStatus(long jobInstanceId, BatchStatus batchStatus)
           
 void IJobStatusManagerService.updateJobCurrentStep(long jobInstanceId, String currentStepName)
           
 void IJobStatusManagerService.updateJobExecutionStatus(long jobInstanceId, BatchStatus batchStatus, String exitStatus)
           
 void IJobStatusManagerService.updateJobStatusFromJSLStop(long jobInstanceId, String restartOn)
           
 void IJobStatusManagerService.updateJobStatusWithNewExecution(long jobInstanceId, long newExecutionId)
           
 void IJobStatusManagerService.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
 JobStatus JobStatusManagerImpl.createJobStatus(long jobInstanceId)
           
 StepStatus JobStatusManagerImpl.createStepStatus(long stepExecutionId)
           
 JobStatus JobStatusManagerImpl.getJobStatus(long jobInstanceId)
           
 JobStatus JobStatusManagerImpl.getJobStatusFromExecutionId(long executionId)
           
 StepStatus JobStatusManagerImpl.getStepStatus(long jobInstanceId, String stepId)
           
 void WeldSEBatchArtifactFactoryImpl.init(IBatchConfig batchConfig)
           
 void JSEBatchArtifactFactoryImpl.init(IBatchConfig batchConfig)
           
 void JobStatusManagerImpl.init(IBatchConfig batchConfig)
           
 void JobIdManagerImpl.init(IBatchConfig batchConfig)
          Deprecated.  
 void JDBCPersistenceManagerImpl.init(IBatchConfig batchConfig)
           
 void GrowableThreadPoolServiceImpl.init(IBatchConfig pgcConfig)
           
 void DirectoryJobXMLLoaderServiceImpl.init(IBatchConfig batchConfig)
           
 void DelegatingJobXMLLoaderServiceImpl.init(IBatchConfig batchConfig)
           
 void DelegatingBatchArtifactFactoryImpl.init(IBatchConfig batchConfig)
           
 void CDIBatchArtifactFactoryImpl.init(IBatchConfig batchConfig)
           
 void BoundedThreadPoolServiceImpl.init(IBatchConfig batchConfig)
           
 void BatchTransactionServiceImpl.init(IBatchConfig batchConfig)
           
abstract  void AbstractThreadPoolServiceImpl.init(IBatchConfig pgcConfig)
           
 void WeldSEBatchArtifactFactoryImpl.shutdown()
           
 void SPIDelegatingThreadPoolServiceImpl.shutdown()
           
 void JSEBatchArtifactFactoryImpl.shutdown()
           
 void JobStatusManagerImpl.shutdown()
           
 void JobIdManagerImpl.shutdown()
          Deprecated.  
 void JNDIDelegatingThreadPoolServiceImpl.shutdown()
           
 void JDBCPersistenceManagerImpl.shutdown()
           
 void DirectoryJobXMLLoaderServiceImpl.shutdown()
           
 void DelegatingJobXMLLoaderServiceImpl.shutdown()
           
 void DelegatingBatchArtifactFactoryImpl.shutdown()
           
 void CDIBatchArtifactFactoryImpl.shutdown()
           
 void BatchTransactionServiceImpl.shutdown()
           
 void AbstractThreadPoolServiceImpl.shutdown()
           
 void JobStatusManagerImpl.updateJobBatchStatus(long jobInstanceId, BatchStatus batchStatus)
           
 void JobStatusManagerImpl.updateJobCurrentStep(long jobInstanceId, String currentStepName)
           
 void JobStatusManagerImpl.updateJobExecutionStatus(long jobInstanceId, BatchStatus batchStatus, String exitStatus)
           
 void JobStatusManagerImpl.updateJobStatusFromJSLStop(long jobInstanceId, String restartOn)
           
 void JobStatusManagerImpl.updateJobStatusWithNewExecution(long jobInstanceId, long newExecutionId)
           
 



Copyright © 2013. All Rights Reserved.