Package | Description |
---|---|
org.apache.james.util.concurrent |
Modifier and Type | Method and Description |
---|---|
static JMXEnabledThreadPoolExecutor |
JMXEnabledThreadPoolExecutor.newCachedThreadPool(String jmxPath,
NamedThreadFactory factory)
Create a cached instance of this class.
|
static JMXEnabledThreadPoolExecutor |
JMXEnabledThreadPoolExecutor.newCachedThreadPool(String jmxPath,
String name)
Create a cached instance of this class.
|
static JMXEnabledThreadPoolExecutor |
JMXEnabledThreadPoolExecutor.newFixedThreadPool(String jmxPath,
int nThreads,
NamedThreadFactory threadFactory) |
static JMXEnabledThreadPoolExecutor |
JMXEnabledThreadPoolExecutor.newFixedThreadPool(String jmxPath,
String name,
int nThreads) |
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.