com.ibm.jbatch.container.services.impl
Class BoundedThreadPoolServiceImpl

java.lang.Object
  extended by com.ibm.jbatch.container.services.impl.AbstractThreadPoolServiceImpl
      extended by 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
BoundedThreadPoolServiceImpl()
           
 
Method Summary
 void init(IBatchConfig batchConfig)
           
 
Methods inherited from class com.ibm.jbatch.container.services.impl.AbstractThreadPoolServiceImpl
executeParallelTask, executeTask, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundedThreadPoolServiceImpl

public BoundedThreadPoolServiceImpl()
Method Detail

init

public void init(IBatchConfig batchConfig)
          throws BatchContainerServiceException
Specified by:
init in interface IBatchServiceBase
Specified by:
init in class AbstractThreadPoolServiceImpl
Throws:
BatchContainerServiceException


Copyright © 2013. All Rights Reserved.