org.apache.mina.common
Interface ThreadModel

All Superinterfaces:
IoFilterChainBuilder
All Known Implementing Classes:
ExecutorThreadModel

public interface ThreadModel
extends IoFilterChainBuilder

Represents a thread model of an IoService. There's no essential difference from IoFilterChainBuilder. The only difference is that ThreadModel is executed later than the IoFilterChainBuilder you specified. However, please don't abuse this internal behavior; it can change.

Version:
$Rev: 451854 $, $Date: 2006-10-02 11:30:11 +0900 (월, 02 10월 2006) $
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Field Summary
static ThreadModel MANUAL
          A ThreadModel which make MINA not manage a thread model at all.
 
Fields inherited from interface org.apache.mina.common.IoFilterChainBuilder
NOOP
 
Method Summary
 
Methods inherited from interface org.apache.mina.common.IoFilterChainBuilder
buildFilterChain
 

Field Detail

MANUAL

static final ThreadModel MANUAL
A ThreadModel which make MINA not manage a thread model at all.