|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object org.jboss.netty.util.internal.UnterminatableExecutor
public class UnterminatableExecutor
通过封装Executor
禁止一个Executor
的关闭.
构造方法摘要 | |
---|---|
UnterminatableExecutor(java.util.concurrent.Executor executor)
|
方法摘要 | |
---|---|
void |
execute(java.lang.Runnable command)
|
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public UnterminatableExecutor(java.util.concurrent.Executor executor)
方法详细信息 |
---|
public void execute(java.lang.Runnable command)
java.util.concurrent.Executor
中的 execute
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |