| edu.iu.uis.eden.messaging.threadpool.KSBThreadPool
All known Subclasses: edu.iu.uis.eden.messaging.threadpool.KSBThreadPoolImpl,
KSBThreadPool | public interface KSBThreadPool extends ExecutorService,Lifecycle(Code) | | A thread pool which can be used to schedule asynchronous tasks.
author: Kuali Rice Team (kuali-rice@googlegroups.com) |
getActiveCount | public int getActiveCount()(Code) | | |
getCompletedTaskCount | public long getCompletedTaskCount()(Code) | | |
getCorePoolSize | public int getCorePoolSize()(Code) | | |
getKeepAliveTime | public long getKeepAliveTime()(Code) | | |
getLargestPoolSize | public int getLargestPoolSize()(Code) | | |
getMaximumPoolSize | public int getMaximumPoolSize()(Code) | | |
getPoolSize | public int getPoolSize()(Code) | | |
getQueue | public BlockingQueue getQueue()(Code) | | |
getTaskCount | public long getTaskCount()(Code) | | |
setCorePoolSize | public void setCorePoolSize(int corePoolSize)(Code) | | |
setMaximumPoolSize | public void setMaximumPoolSize(int maxPoolSize)(Code) | | |
|
|