Executor
-based implementation of various
thread models that separate business logic from I/O threadsSee: 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 |
A
MemoryAwareThreadPoolExecutor which makes sure the events from the
same Channel are executed sequentially. |
Executor
-based implementation of various
thread models that separate business logic from I/O threadsCopyright © 2008-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.