org.apache.activemq.thread
Interface TaskRunner

All Known Implementing Classes:
DeterministicTaskRunner

public interface TaskRunner

Allows you to request a thread execute the associated Task.


Method Summary
 void shutdown()
           
 void shutdown(long timeout)
           
 void wakeup()
           
 

Method Detail

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-2011. All Rights Reserved.