com.atlassian.bamboo.event.spi
Class BambooSingletonUnboundedEventExecutorFactory

java.lang.Object
  extended by com.atlassian.bamboo.event.spi.BambooSingletonUnboundedEventExecutorFactory
All Implemented Interfaces:
com.atlassian.event.spi.EventExecutorFactory

public class BambooSingletonUnboundedEventExecutorFactory
extends java.lang.Object
implements com.atlassian.event.spi.EventExecutorFactory

Thread factory that uses a single thread pool executor, allows for the executor to be retrieved

Since:
v4.0

Constructor Summary
BambooSingletonUnboundedEventExecutorFactory(com.atlassian.event.config.EventThreadPoolConfiguration configuration, com.atlassian.event.internal.EventThreadFactory eventThreadFactory)
           
 
Method Summary
 EventLoggingThreadPoolExecutor getExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooSingletonUnboundedEventExecutorFactory

public BambooSingletonUnboundedEventExecutorFactory(com.atlassian.event.config.EventThreadPoolConfiguration configuration,
                                                    com.atlassian.event.internal.EventThreadFactory eventThreadFactory)
Method Detail

getExecutor

public EventLoggingThreadPoolExecutor getExecutor()
Specified by:
getExecutor in interface com.atlassian.event.spi.EventExecutorFactory


Copyright © 2012 Atlassian. All Rights Reserved.