Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.util
Class ExecutorHelper  view ExecutorHelper download ExecutorHelper.java

java.lang.Object
  extended byorg.activemq.util.ExecutorHelper

public class ExecutorHelper
extends java.lang.Object

A helper class for working with EDU.oswego.cs.dl.util.concurrent.Executor objects

Version:
$Revision: 1.1.1.1 $

Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
ExecutorHelper()
           
 
Method Summary
static void stopExecutor(EDU.oswego.cs.dl.util.concurrent.Executor executor)
          A helper method to stop the execution of an executor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

ExecutorHelper

public ExecutorHelper()
Method Detail

stopExecutor

public static void stopExecutor(EDU.oswego.cs.dl.util.concurrent.Executor executor)
                         throws java.lang.InterruptedException,
                                javax.jms.JMSException
A helper method to stop the execution of an executor