org.kuali.rice.ksb.messaging.threadpool
Interface KSBThreadPool
- All Superinterfaces:
- Executor, ExecutorService, Lifecycle
- All Known Implementing Classes:
- KSBThreadPoolImpl
public interface KSBThreadPool
- extends ExecutorService, Lifecycle
A thread pool which can be used to schedule asynchronous tasks.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from interface java.util.concurrent.ExecutorService |
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit |
remove
boolean remove(Runnable task)
getActiveCount
int getActiveCount()
setCorePoolSize
void setCorePoolSize(int corePoolSize)
getCorePoolSize
int getCorePoolSize()
getMaximumPoolSize
int getMaximumPoolSize()
setMaximumPoolSize
void setMaximumPoolSize(int maxPoolSize)
getPoolSize
int getPoolSize()
getLargestPoolSize
int getLargestPoolSize()
getKeepAliveTime
long getKeepAliveTime()
getTaskCount
long getTaskCount()
getCompletedTaskCount
long getCompletedTaskCount()
getQueue
BlockingQueue getQueue()
getInstance
Object getInstance()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.