|
|||||||||
| Home >> All >> org >> activemq >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.util
Class ExecutorHelper

java.lang.Objectorg.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
|
|||||||||
| Home >> All >> org >> activemq >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.activemq.util.ExecutorHelper