public final class SoapUIJettyThreadPool extends Object implements org.mortbay.thread.ThreadPool
| Constructor and Description | 
|---|
| SoapUIJettyThreadPool() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | dispatch(Runnable arg0) | 
| int | getIdleThreads() | 
| int | getThreads() | 
| boolean | isLowOnThreads() | 
| void | join() | 
public boolean dispatch(Runnable arg0)
dispatch in interface org.mortbay.thread.ThreadPoolpublic int getIdleThreads()
getIdleThreads in interface org.mortbay.thread.ThreadPoolpublic int getThreads()
getThreads in interface org.mortbay.thread.ThreadPoolpublic boolean isLowOnThreads()
isLowOnThreads in interface org.mortbay.thread.ThreadPoolpublic void join()
          throws InterruptedException
join in interface org.mortbay.thread.ThreadPoolInterruptedExceptionCopyright © 2019. All Rights Reserved.