Uses of Interface
com.ibm.jbatch.spi.services.IBatchConfig
-
Packages that use IBatchConfig 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.impl com.ibm.jbatch.spi.services The interfaces in this package reflect the fine-grained modularity of the batch runtime. -
-
Uses of IBatchConfig in com.ibm.jbatch.container.callback
Methods in com.ibm.jbatch.container.callback with parameters of type IBatchConfig Modifier and Type Method Description voidJobEndCallbackManagerImpl. init(IBatchConfig batchConfig)Deprecated. -
Uses of IBatchConfig in com.ibm.jbatch.container.impl
Classes in com.ibm.jbatch.container.impl that implement IBatchConfig Modifier and Type Class Description classBatchConfigImplMethods in com.ibm.jbatch.container.impl with parameters of type IBatchConfig Modifier and Type Method Description voidBatchKernelImpl. init(IBatchConfig pgcConfig) -
Uses of IBatchConfig in com.ibm.jbatch.container.services.impl
Methods in com.ibm.jbatch.container.services.impl with parameters of type IBatchConfig Modifier and Type Method Description 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)voidJNDIDelegatingThreadPoolServiceImpl. init(IBatchConfig batchConfig)voidJobStatusManagerImpl. init(IBatchConfig batchConfig)voidSPIDelegatingThreadPoolServiceImpl. init(IBatchConfig batchConfig)voidWeldSEBatchArtifactFactoryImpl. init(IBatchConfig batchConfig) -
Uses of IBatchConfig in com.ibm.jbatch.spi.services
Methods in com.ibm.jbatch.spi.services with parameters of type IBatchConfig Modifier and Type Method Description voidIBatchServiceBase. init(IBatchConfig batchConfig)
-