org.apache.mina.util
Class NewThreadExecutor

java.lang.Object
  extended by org.apache.mina.util.NewThreadExecutor

public class NewThreadExecutor
extends Object

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)