Executor-based implementation of various
thread models and memory overload prevention mechanisms.See: Description

| Class | Description |
|---|---|
| ChannelEventRunnable |
a
Runnable which sends the specified ChannelEvent upstream. |
| ExecutionHandler |
Forwards an upstream
ChannelEvent to an Executor. |
| MemoryAwareThreadPoolExecutor |
A
ThreadPoolExecutor which blocks the task submission when there's
too many tasks in the queue. |
| OrderedMemoryAwareThreadPoolExecutor |
Executor-based implementation of various
thread models and memory overload prevention mechanisms.Copyright © 2008-2013 JBoss, by Red Hat. All Rights Reserved.