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 InterruptedException
Throws:
InterruptedException

shutdown

void shutdown()
              throws InterruptedException
Throws:
InterruptedException

shutdownNoWait

void shutdownNoWait()
                    throws InterruptedException
Throws:
InterruptedException


Copyright © 2011 Apache Software Foundation. All Rights Reserved.