Package org.apache.batchee.spi
Interface BatchService
-
- All Known Subinterfaces:
BatchArtifactFactory
,BatchKernelService
,BatchThreadPoolService
,DataRepresentationService
,JobExecutionCallbackService
,JobStatusManagerService
,JobXMLLoaderService
,PersistenceManagerService
,TransactionManagementService
- All Known Implementing Classes:
AbstractThreadPoolService
,AsyncEjbBatchThreadPoolService
,BoundedThreadPoolService
,CDIBatchArtifactFactory
,DefaultBatchArtifactFactory
,DefaultBatchKernel
,DefaultBatchTransactionService
,DefaultDataRepresentationService
,DefaultJobStatusManager
,DefaultJobXMLLoaderService
,DefaultThreadPoolService
,JDBCPersistenceManagerService
,JNDIThreadPoolService
,JPAPersistenceManagerService
,MemoryPersistenceManagerService
,NoTxMgrBatchTransactionService
,SimpleJobExecutionCallbackService
,SpringLifecycle.SpringArtifactFactory
,UserTransactionTransactionService
public interface BatchService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(Properties batchConfig)
-
-
-
Method Detail
-
init
void init(Properties batchConfig)
-
-