org.apache.activemq.thread
Interface TaskRunner


public interface TaskRunner

Allows you to request a thread execute the associated Task.

Version:
$Revision: 1.3 $

Method Summary
 void shutdown()
           
 void shutdownNoWait()
           
 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

shutdownNoWait

void shutdownNoWait()
                    throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException


Copyright © 2009 Apache Software Foundation. All Rights Reserved.