Package com.ibm.jbatch.spi.services

The interfaces in this package reflect the fine-grained modularity of the batch runtime.

See:
          Description

Interface Summary
IBatchArtifactFactory  
IBatchConfig Only getters are provided here since the fields will be set in specially-defined ways.
IBatchServiceBase  
IBatchThreadPoolService  
IJobIdManagementService Deprecated. use com.ibm.jbatch.container.services.impl.JDBCPersistenceManagerImpl() instead.
IJobXMLLoaderService  
ITransactionManagementService  
ParallelTaskResult  
TransactionManagerAdapter We have this interface so that we do not try to load the Java EE UserTransaction in an SE environment
 

Package com.ibm.jbatch.spi.services Description

The interfaces in this package reflect the fine-grained modularity of the batch runtime. Though there is probably enough tight-coupling that a third-party implementation of one of these "services" might not work out of the box, there is at least enough of a well-defined interface here that we can point to this package as the starting point for extending/modifying the batch runtime implementation with different behaviors with perhaps different qualities of service.



Copyright © 2013. All Rights Reserved.