org.codehaus.wadi.group.impl
Class PooledExecutorAdapter

java.lang.Object
  extended by org.codehaus.wadi.group.impl.PooledExecutorAdapter
All Implemented Interfaces:
ThreadPool

public class PooledExecutorAdapter
extends java.lang.Object
implements ThreadPool

Version:
$Revision: 1603 $

Constructor Summary
PooledExecutorAdapter(int minPoolSize)
           
 
Method Summary
 void execute(java.lang.Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PooledExecutorAdapter

public PooledExecutorAdapter(int minPoolSize)
Method Detail

execute

public void execute(java.lang.Runnable runnable)
             throws java.lang.InterruptedException
Specified by:
execute in interface ThreadPool
Throws:
java.lang.InterruptedException


Copyright © 2010. All Rights Reserved.