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.ThreadPool
public int getIdleThreads()
getIdleThreads
in interface org.mortbay.thread.ThreadPool
public int getThreads()
getThreads
in interface org.mortbay.thread.ThreadPool
public boolean isLowOnThreads()
isLowOnThreads
in interface org.mortbay.thread.ThreadPool
public void join() throws InterruptedException
join
in interface org.mortbay.thread.ThreadPool
InterruptedException
Copyright © 2019. All Rights Reserved.