org.apache.mina.filter.executor
Class ExecutorExecutor
java.lang.Object
org.apache.mina.filter.executor.ExecutorExecutor
- All Implemented Interfaces:
- edu.emory.mathcs.backport.java.util.concurrent.Executor
public class ExecutorExecutor
- extends Object
- implements edu.emory.mathcs.backport.java.util.concurrent.Executor
A backport-util-concurrent
Executor
which adapts Java 5 java.util.concurrent.Executor
.
- Version:
- $Rev: 400068 $, $Date: 2006-05-05 12:56:58Z $
- 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 |
ExecutorExecutor
public ExecutorExecutor(Executor executor)
- Creates a new instance with the specified executor.
getExecutor
public Executor getExecutor()
- Returns the underlying executor this thread pool wraps.
execute
public void execute(Runnable runnable)
- Specified by:
execute
in interface edu.emory.mathcs.backport.java.util.concurrent.Executor
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.