Class GrowableThreadPoolServiceImpl
- java.lang.Object
-
- com.ibm.jbatch.container.services.impl.AbstractThreadPoolServiceImpl
-
- com.ibm.jbatch.container.services.impl.GrowableThreadPoolServiceImpl
-
- All Implemented Interfaces:
IBatchServiceBase,IBatchThreadPoolService
public class GrowableThreadPoolServiceImpl extends AbstractThreadPoolServiceImpl
-
-
Field Summary
-
Fields inherited from class com.ibm.jbatch.container.services.impl.AbstractThreadPoolServiceImpl
executorService
-
-
Constructor Summary
Constructors Constructor Description GrowableThreadPoolServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(IBatchConfig pgcConfig)-
Methods inherited from class com.ibm.jbatch.container.services.impl.AbstractThreadPoolServiceImpl
executeParallelTask, executeTask, shutdown
-
-
-
-
Method Detail
-
init
public void init(IBatchConfig pgcConfig) throws BatchContainerServiceException
- Specified by:
initin interfaceIBatchServiceBase- Specified by:
initin classAbstractThreadPoolServiceImpl- Throws:
BatchContainerServiceException
-
-