org.apache.qpid.thread
Class QpidThreadExecutor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QpidThreadExecutor
public QpidThreadExecutor()
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