| edu.iu.uis.eden.messaging.threadpool.KSBThreadPoolImpl
All known Subclasses: mocks.MockKSBThreadPool,
KSBThreadPoolImpl | public class KSBThreadPoolImpl extends ThreadPoolExecutor implements KSBThreadPool(Code) | | A Thread Pool implementation for the KSB which implements a thread pool backed by a configuration store.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
DEFAULT_POOL_SIZE | final public static int DEFAULT_POOL_SIZE(Code) | | |
KSBThreadPoolImpl | public KSBThreadPoolImpl()(Code) | | |
getKeepAliveTime | public long getKeepAliveTime()(Code) | | |
isStarted | public boolean isStarted()(Code) | | |
loadSettings | protected void loadSettings()(Code) | | Loads the thread pool settings from the DAO.
|
setCorePoolSize | public void setCorePoolSize(int corePoolSize)(Code) | | |
|
|