org.apache.qpid.server.handler
Class OnCurrentThreadExecutor

java.lang.Object
  extended by org.apache.qpid.server.handler.OnCurrentThreadExecutor
All Implemented Interfaces:
Executor

public class OnCurrentThreadExecutor
extends Object
implements Executor

An executor that executes the task on the current thread.


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

OnCurrentThreadExecutor

public OnCurrentThreadExecutor()
Method Detail

execute

public void execute(Runnable command)
Specified by:
execute in interface Executor


Licensed to the Apache Software Foundation