Uses of Interface
com.ibm.jbatch.spi.services.IBatchServiceBase

Packages that use IBatchServiceBase
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   
com.ibm.jbatch.spi.services The interfaces in this package reflect the fine-grained modularity of the batch runtime. 
 

Uses of IBatchServiceBase in com.ibm.jbatch.container.callback
 

Subinterfaces of IBatchServiceBase in com.ibm.jbatch.container.callback
 interface IJobEndCallbackService
           
 

Classes in com.ibm.jbatch.container.callback that implement IBatchServiceBase
 class JobEndCallbackManagerImpl
          Deprecated.  
 

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

Classes in com.ibm.jbatch.container.impl that implement IBatchServiceBase
 class BatchKernelImpl
           
 

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

Subinterfaces of IBatchServiceBase in com.ibm.jbatch.container.services
 interface IBatchKernelService
           
 interface IJobStatusManagerService
           
 interface IPersistenceManagerService
           
 

Uses of IBatchServiceBase in com.ibm.jbatch.container.services.impl
 

Classes in com.ibm.jbatch.container.services.impl that implement IBatchServiceBase
 class AbstractThreadPoolServiceImpl
           
 class BatchTransactionServiceImpl
           
 class BoundedThreadPoolServiceImpl
           
 class CDIBatchArtifactFactoryImpl
           
 class DelegatingBatchArtifactFactoryImpl
           
 class DelegatingJobXMLLoaderServiceImpl
           
 class DirectoryJobXMLLoaderServiceImpl
           
 class GrowableThreadPoolServiceImpl
           
 class JDBCPersistenceManagerImpl
           
 class JNDIDelegatingThreadPoolServiceImpl
           
 class JobIdManagerImpl
          Deprecated. use com.ibm.jbatch.container.services.impl.JDBCPersistenceManagerImpl() instead.
 class JobStatusManagerImpl
           
 class JSEBatchArtifactFactoryImpl
           
 class SPIDelegatingThreadPoolServiceImpl
           
 class WeldSEBatchArtifactFactoryImpl
           
 

Uses of IBatchServiceBase in com.ibm.jbatch.spi.services
 

Subinterfaces of IBatchServiceBase in com.ibm.jbatch.spi.services
 interface IBatchArtifactFactory
           
 interface IBatchThreadPoolService
           
 interface IJobIdManagementService
          Deprecated. use com.ibm.jbatch.container.services.impl.JDBCPersistenceManagerImpl() instead.
 interface IJobXMLLoaderService
           
 interface ITransactionManagementService
           
 



Copyright © 2013. All Rights Reserved.