|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.constructs.nonstop.NonstopThreadPool
public class NonstopThreadPool
A thread pool that creates another thread pool per requesting thread.
| Constructor Summary | |
|---|---|
NonstopThreadPool(ThreadFactory threadFactory)
Constructor accepting the threadFactory |
|
| Method Summary | ||
|---|---|---|
void |
shutdownNow()
Shuts down the thread pool |
|
|
submit(Callable<T> task)
Submit a callable task to be executed by the thread pool |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NonstopThreadPool(ThreadFactory threadFactory)
threadFactory - | Method Detail |
|---|
public <T> Future<T> submit(Callable<T> task)
T - task -
public void shutdownNow()
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||