|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.messaging.util.OrderedExecutorFactory
public final class OrderedExecutorFactory
This factory creates a hierarchy of Executor which shares the threads of the parent Executor (typically, the root parent is a Thread pool).
| 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 |
|---|
public OrderedExecutorFactory(java.util.concurrent.Executor parent)
| Method Detail |
|---|
public java.util.concurrent.Executor getOrderedExecutor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||