public interface KSBThreadPool extends ExecutorService, Lifecycle
Modifier and Type | Method and Description |
---|---|
int |
getActiveCount() |
long |
getCompletedTaskCount() |
int |
getCorePoolSize() |
Object |
getInstance() |
long |
getKeepAliveTime() |
int |
getLargestPoolSize() |
int |
getMaximumPoolSize() |
int |
getPoolSize() |
BlockingQueue |
getQueue() |
long |
getTaskCount() |
boolean |
remove(Runnable task) |
void |
setCorePoolSize(int corePoolSize) |
void |
setMaximumPoolSize(int maxPoolSize) |
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
int getActiveCount()
void setCorePoolSize(int corePoolSize)
int getCorePoolSize()
int getMaximumPoolSize()
void setMaximumPoolSize(int maxPoolSize)
int getPoolSize()
int getLargestPoolSize()
long getKeepAliveTime()
long getTaskCount()
long getCompletedTaskCount()
BlockingQueue getQueue()
Object getInstance()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.