|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.jboss.netty.util.internal.ExecutorUtil
public class ExecutorUtil
Shuts down a list of Executor
s. terminate(Executor...)
will
shut down all specified ExecutorService
s immediately and wait for
their termination. An Executor
which is not an ExecutorService
will be ignored silently.
方法摘要 | |
---|---|
static boolean |
isShutdown(java.util.concurrent.Executor executor)
Returns true if and only if the specified executor
is an ExecutorService and is shut down. |
static void |
terminate(java.util.concurrent.Executor... executors)
Shuts down the specified executors. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public static boolean isShutdown(java.util.concurrent.Executor executor)
true
if and only if the specified executor
is an ExecutorService
and is shut down. Please note that this
method returns false
if the specified executor
is not an
ExecutorService
.
public static void terminate(java.util.concurrent.Executor... executors)
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |