org.apache.activemq.thread
Interface TaskRunner
- All Known Implementing Classes:
- DeterministicTaskRunner
public interface TaskRunner
Allows you to request a thread execute the associated Task.
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-2013 The Apache Software Foundation. All Rights Reserved.