org.jboss.messaging.util
Class OrderedExecutorFactory

java.lang.Object
  extended by org.jboss.messaging.util.OrderedExecutorFactory

public final class OrderedExecutorFactory
extends java.lang.Object

This factory creates a hierarchy of Executor which shares the threads of the parent Executor (typically, the root parent is a Thread pool).

Version:
$Revision$
Author:
David Lloyd, Jeff Mesnil

Constructor Summary
OrderedExecutorFactory(java.util.concurrent.Executor parent)
           
 
Method Summary
 java.util.concurrent.Executor getOrderedExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderedExecutorFactory

public OrderedExecutorFactory(java.util.concurrent.Executor parent)
Method Detail

getOrderedExecutor

public java.util.concurrent.Executor getOrderedExecutor()


Copyright © 2006 JBoss Inc. All Rights Reserved.