Class OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
- java.lang.Object
-
- org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor.ChildExecutor
-
- All Implemented Interfaces:
java.lang.Runnable
,java.util.concurrent.Executor
- Enclosing class:
- OrderedMemoryAwareThreadPoolExecutor
protected final class OrderedMemoryAwareThreadPoolExecutor.ChildExecutor extends java.lang.Object implements java.util.concurrent.Executor, java.lang.Runnable
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ChildExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.lang.Runnable command)
void
run()
-