org.apache.activemq.thread
Interface TaskRunner
- All Known Implementing Classes:
- DeterministicTaskRunner
public interface TaskRunner
Allows you to request a thread execute the associated Task.
- Version:
- $Revision: 1.3 $
wakeup
void wakeup()
throws InterruptedException
- Throws:
InterruptedException
shutdown
void shutdown()
throws InterruptedException
- Throws:
InterruptedException
shutdown
void shutdown(long timeout)
throws InterruptedException
- Throws:
InterruptedException
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.