com.ibm.batch.container.config
Class GlassfishThreadPoolConfigurationBean
java.lang.Object
com.ibm.batch.container.config.GlassfishThreadPoolConfigurationBean
public class GlassfishThreadPoolConfigurationBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlassfishThreadPoolConfigurationBean
public GlassfishThreadPoolConfigurationBean()
getMaxQueueSize
public int getMaxQueueSize()
setMaxQueueSize
public void setMaxQueueSize(int maxQueueSize)
getMinThreadPoolSize
public int getMinThreadPoolSize()
setMinThreadPoolSize
public void setMinThreadPoolSize(int minThreadPoolSize)
getMaxThreadPoolSize
public int getMaxThreadPoolSize()
setMaxThreadPoolSize
public void setMaxThreadPoolSize(int maxThreadPoolSize)
getIdleThreadTimeout
public int getIdleThreadTimeout()
setIdleThreadTimeout
public void setIdleThreadTimeout(int idleThreadTimeout)
Copyright © 2013. All Rights Reserved.