org.activemq.util
Class ExecutorHelper

java.lang.Object
  extended by org.activemq.util.ExecutorHelper

public class ExecutorHelper
extends Object

A helper class for working with Executor objects

Version:
$Revision: 1.1.1.1 $

Constructor Summary
ExecutorHelper()
           
 
Method Summary
static void stopExecutor(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
 

Constructor Detail

ExecutorHelper

public ExecutorHelper()
Method Detail

stopExecutor

public static void stopExecutor(Executor executor)
                         throws InterruptedException,
                                JMSException
A helper method to stop the execution of an executor

Parameters:
executor - the executor or null if one is not created yet
Throws:
InterruptedException
JMSException


Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.