org.apache.qpid.server.handler
Class OnCurrentThreadExecutor
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OnCurrentThreadExecutor
public OnCurrentThreadExecutor()
execute
public void execute(Runnable command)
- Specified by:
execute
in interface Executor
Licensed to the Apache Software Foundation