| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.lib.thread |
ThreadPool service.
|
| Modifier and Type | Method and Description |
|---|---|
PooledThread |
ThreadPool.getBusyThread(String threadName)
Find a thread using its name from the busy list.
|
PooledThread |
ThreadPool.interrupt(String threadName)
Interrupt a named thread that is currently busy.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<PooledThread> |
ThreadPool.getBusyThreads()
Return an Iterator of PooledThread that are currently running.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ThreadPool.removeThread(PooledThread thread)
Remove the thread from the pool.
|
protected void |
ThreadPool.returnThread(PooledThread thread)
fired when a Thread from the pool has finished, and can be put back into
the pool.
|
Copyright © 2014. All Rights Reserved.