org.apache.mina.util
Class NewThreadExecutor
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewThreadExecutor
public NewThreadExecutor()
execute
public void execute(Runnable command)
- Specified by:
execute
in interface Executor
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.