com.ibm.batch.container.services
Interface IBatchServiceBase

All Known Subinterfaces:
IBatchArtifactFactory, IBatchKernelService, IBatchThreadPoolService, IJobEndCallbackService, IJobIdManagementService, IJobOperatorService, IJobStatusManagerService, ILoggerConfigurationService, IPersistenceManagerService, ITransactionManagementService
All Known Implementing Classes:
AbstractMapBasedPersistenceManagerImpl, AbstractPersistenceManagerImpl, AbstractThreadPoolServiceImpl, BatchKernelImpl, BatchTransactionServiceImpl, FileBasedPersistenceManagerImpl, GlassFishCDIBatchArtifactFactoryImpl, GlassfishThreadPoolServiceImpl, InMemoryPersistenceManagerImpl, JDBCPersistenceManagerImpl, JobEndCallbackManagerImpl, JobIdManagerImpl, JobStatusManagerImpl, JSEBatchArtifactFactoryImpl, JSEThreadPoolServiceImpl, WeldSEBatchArtifactFactoryImpl

public interface IBatchServiceBase


Method Summary
 void init(IBatchConfig batchConfig)
           
 void shutdown()
           
 

Method Detail

init

void init(IBatchConfig batchConfig)
          throws BatchContainerServiceException
Throws:
BatchContainerServiceException

shutdown

void shutdown()
              throws BatchContainerServiceException
Throws:
BatchContainerServiceException


Copyright © 2013. All Rights Reserved.