|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.event.internal.AbstractEventExecutorFactory
public abstract class AbstractEventExecutorFactory
A EventExecutorFactory that allows the Executor to be produced with a custom BlockingQueue
| Constructor Summary | |
|---|---|
AbstractEventExecutorFactory(EventThreadPoolConfiguration configuration)
|
|
AbstractEventExecutorFactory(EventThreadPoolConfiguration configuration,
EventThreadFactory eventThreadFactory)
|
|
| Method Summary | |
|---|---|
java.util.concurrent.Executor |
getExecutor()
|
protected abstract java.util.concurrent.BlockingQueue<java.lang.Runnable> |
getQueue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractEventExecutorFactory(EventThreadPoolConfiguration configuration,
EventThreadFactory eventThreadFactory)
configuration - eventThreadFactory - public AbstractEventExecutorFactory(EventThreadPoolConfiguration configuration)
| Method Detail |
|---|
protected abstract java.util.concurrent.BlockingQueue<java.lang.Runnable> getQueue()
BlockingQueue for the construction of a new Executorpublic java.util.concurrent.Executor getExecutor()
getExecutor in interface EventExecutorFactoryExecutor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||