Package com.ibm.jbatch.spi.services
Interface IBatchServiceBase
-
- All Known Subinterfaces:
IBatchArtifactFactory,IBatchKernelService,IBatchThreadPoolService,IJobEndCallbackService,IJobStatusManagerService,IJobXMLLoaderService,IPersistenceManagerService,ITransactionManagementService
- All Known Implementing Classes:
AbstractThreadPoolServiceImpl,BatchKernelImpl,BatchTransactionServiceImpl,BoundedThreadPoolServiceImpl,CDIBatchArtifactFactoryImpl,DelegatingBatchArtifactFactoryImpl,DelegatingJobXMLLoaderServiceImpl,DirectoryJobXMLLoaderServiceImpl,GrowableThreadPoolServiceImpl,JDBCPersistenceManagerImpl,JNDIDelegatingThreadPoolServiceImpl,JobEndCallbackManagerImpl,JobStatusManagerImpl,SPIDelegatingThreadPoolServiceImpl,WeldSEBatchArtifactFactoryImpl
public interface IBatchServiceBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(IBatchConfig batchConfig)voidshutdown()
-
-
-
Method Detail
-
init
void init(IBatchConfig batchConfig)
-
shutdown
void shutdown()
-
-