org.apache.mina.util
Class NewThreadExecutor

java.lang.Object
  extended by org.apache.mina.util.NewThreadExecutor
All Implemented Interfaces:
Executor

public class NewThreadExecutor
extends Object
implements Executor

An Executor that just launches in a new thread.

Version:
$Rev: 446581 $, $Date: 2006-09-15 11:36:12Z $,
Author:
The Apache Directory Project (mina-dev@directory.apache.org)

Constructor Summary
NewThreadExecutor()
           
 
Method Summary
 void execute(Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewThreadExecutor

public NewThreadExecutor()
Method Detail

execute

public void execute(Runnable command)
Specified by:
execute in interface Executor


Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.