org.apache.qpid.thread
Class QpidThreadExecutor

java.lang.Object
  extended by org.apache.qpid.thread.QpidThreadExecutor
All Implemented Interfaces:
edu.emory.mathcs.backport.java.util.concurrent.Executor

public class QpidThreadExecutor
extends Object
implements edu.emory.mathcs.backport.java.util.concurrent.Executor


Constructor Summary
QpidThreadExecutor()
           
 
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

QpidThreadExecutor

public QpidThreadExecutor()
Method Detail

execute

public void execute(Runnable command)
Specified by:
execute in interface edu.emory.mathcs.backport.java.util.concurrent.Executor


Licensed to the Apache Software Foundation