org.apache.mina.filter.executor
Class ExecutorExecutor

java.lang.Object
  extended by 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)

Constructor Summary
ExecutorExecutor(Executor executor)
          Creates a new instance with the specified executor.
 
Method Summary
 void execute(Runnable runnable)
           
 Executor getExecutor()
          Returns the underlying executor this thread pool wraps.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorExecutor

public ExecutorExecutor(Executor executor)
Creates a new instance with the specified executor.

Method Detail

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-2010 Apache MINA Project. All Rights Reserved.