org.apache.openejb.util
Class ExecutorBuilder
java.lang.Object
org.apache.openejb.util.ExecutorBuilder
public class ExecutorBuilder
- extends Object
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutorBuilder
public ExecutorBuilder()
size
public ExecutorBuilder size(int size)
prefix
public ExecutorBuilder prefix(String prefix)
threadFactory
public ExecutorBuilder threadFactory(ThreadFactory threadFactory)
rejectedExecutionHandler
public ExecutorBuilder rejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
build
public ThreadPoolExecutor build(Options options)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.