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 java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
shutdown
void shutdown()
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
shutdown
void shutdown(long timeout)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
Copyright © 2005-2012. All Rights Reserved.