}
if (p == null) {
throw new IllegalStateException("ThreadPool has been stopped");
}
Runnable task = new ContextClassLoaderRunnable(command, classLoader);
p.execute(task);
}
private synchronized void startWork(String consumerName) {
Integer test = (Integer) clients.get(consumerName);
if (test == null) {