Uses of Interface
com.ibm.jbatch.container.services.IBatchKernelService
-
Packages that use IBatchKernelService Package Description com.ibm.jbatch.container.impl com.ibm.jbatch.container.servicesmanager com.ibm.jbatch.container.util -
-
Uses of IBatchKernelService in com.ibm.jbatch.container.impl
Classes in com.ibm.jbatch.container.impl that implement IBatchKernelService Modifier and Type Class Description classBatchKernelImplFields in com.ibm.jbatch.container.impl declared as IBatchKernelService Modifier and Type Field Description protected static IBatchKernelServiceBaseStepControllerImpl. batchKernel -
Uses of IBatchKernelService in com.ibm.jbatch.container.servicesmanager
Methods in com.ibm.jbatch.container.servicesmanager that return IBatchKernelService Modifier and Type Method Description IBatchKernelServiceServicesManager. getBatchKernelService()IBatchKernelServiceServicesManagerImpl. getBatchKernelService() -
Uses of IBatchKernelService in com.ibm.jbatch.container.util
Fields in com.ibm.jbatch.container.util declared as IBatchKernelService Modifier and Type Field Description protected IBatchKernelServiceBatchWorkUnit. batchKernelMethods in com.ibm.jbatch.container.util that return IBatchKernelService Modifier and Type Method Description IBatchKernelServiceBatchWorkUnit. getBatchKernel()Methods in com.ibm.jbatch.container.util with parameters of type IBatchKernelService Modifier and Type Method Description voidBatchWorkUnit. setBatchKernel(IBatchKernelService batchKernel)Constructors in com.ibm.jbatch.container.util with parameters of type IBatchKernelService Constructor Description BatchFlowInSplitWorkUnit(IBatchKernelService batchKernelService, RuntimeFlowInSplitExecution jobExecution, FlowInSplitBuilderConfig config)BatchParallelWorkUnit(IBatchKernelService batchKernel, RuntimeJobExecution jobExecutionImpl, boolean notifyCallbackWhenDone)BatchPartitionWorkUnit(IBatchKernelService batchKernelService, RuntimeJobExecution jobExecution, PartitionsBuilderConfig config)BatchWorkUnit(IBatchKernelService batchKernel, RuntimeJobExecution jobExecutionImpl)BatchWorkUnit(IBatchKernelService batchKernel, RuntimeJobExecution jobExecutionImpl, boolean notifyCallbackWhenDone)
-