Class BoundedThreadPoolServiceImpl
- java.lang.Object
-
- com.ibm.jbatch.container.services.impl.AbstractThreadPoolServiceImpl
-
- com.ibm.jbatch.container.services.impl.BoundedThreadPoolServiceImpl
-
- All Implemented Interfaces:
BatchContainerConstants,IBatchServiceBase,IBatchThreadPoolService
public class BoundedThreadPoolServiceImpl extends AbstractThreadPoolServiceImpl implements BatchContainerConstants
-
-
Field Summary
-
Fields inherited from class com.ibm.jbatch.container.services.impl.AbstractThreadPoolServiceImpl
executorService
-
Fields inherited from interface com.ibm.jbatch.container.util.BatchContainerConstants
BATCH_ADMIN_CONFIG_FILE, BATCH_INTEGRATOR_CONFIG_FILE, BOUNDED_THREADPOOL_MAX_POOL_SIZE, DB_PASSWORD, DB_SCHEMA, DB_USER, DEFAULT_DB_SCHEMA, DEFAULT_JDBC_DRIVER, DEFAULT_JDBC_JNDI_NAME, DEFAULT_JDBC_URL, J2SE_MODE, JDBC_DRIVER, JDBC_URL, JNDI_NAME, THREADPOOL_JNDI_LOCATION
-
-
Constructor Summary
Constructors Constructor Description BoundedThreadPoolServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(IBatchConfig batchConfig)-
Methods inherited from class com.ibm.jbatch.container.services.impl.AbstractThreadPoolServiceImpl
executeParallelTask, executeTask, shutdown
-
-
-
-
Method Detail
-
init
public void init(IBatchConfig batchConfig) throws BatchContainerServiceException
- Specified by:
initin interfaceIBatchServiceBase- Specified by:
initin classAbstractThreadPoolServiceImpl- Throws:
BatchContainerServiceException
-
-