org.apache.openejb.async
Class AsynchronousPool

java.lang.Object
  extended by org.apache.openejb.async.AsynchronousPool

public class AsynchronousPool
extends Object

Version:
$Rev$ $Date$

Constructor Summary
AsynchronousPool(ThreadPoolExecutor threadPoolExecutor)
           
 
Method Summary
static AsynchronousPool create(AppContext appContext)
           
 Object invoke(Callable<Object> callable, boolean isVoid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousPool

public AsynchronousPool(ThreadPoolExecutor threadPoolExecutor)
Method Detail

create

public static AsynchronousPool create(AppContext appContext)

invoke

public Object invoke(Callable<Object> callable,
                     boolean isVoid)
              throws Throwable
Throws:
Throwable


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.