com.atlassian.event.internal
Class EventExecutorFactoryImpl

java.lang.Object
  extended by com.atlassian.event.internal.EventExecutorFactoryImpl
All Implemented Interfaces:
EventExecutorFactory

public class EventExecutorFactoryImpl
extends java.lang.Object
implements EventExecutorFactory


Constructor Summary
EventExecutorFactoryImpl(EventThreadPoolConfiguration configuration)
           
EventExecutorFactoryImpl(EventThreadPoolConfiguration configuration, EventThreadFactory eventThreadFactory)
           
 
Method Summary
 java.util.concurrent.Executor getExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventExecutorFactoryImpl

public EventExecutorFactoryImpl(EventThreadPoolConfiguration configuration,
                                EventThreadFactory eventThreadFactory)

EventExecutorFactoryImpl

public EventExecutorFactoryImpl(EventThreadPoolConfiguration configuration)
Method Detail

getExecutor

public java.util.concurrent.Executor getExecutor()
Specified by:
getExecutor in interface EventExecutorFactory


Copyright © 2006-2011 Atlassian. All Rights Reserved.