com.atlassian.event.internal
Class EventExecutorFactoryImpl

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

Deprecated. use DirectEventExecutorFactory

@Deprecated
public class EventExecutorFactoryImpl
extends DirectEventExecutorFactory


Constructor Summary
EventExecutorFactoryImpl(EventThreadPoolConfiguration configuration)
          Deprecated.  
EventExecutorFactoryImpl(EventThreadPoolConfiguration configuration, EventThreadFactory eventThreadFactory)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.atlassian.event.internal.DirectEventExecutorFactory
getQueue
 
Methods inherited from class com.atlassian.event.internal.AbstractEventExecutorFactory
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)
Deprecated. 

EventExecutorFactoryImpl

public EventExecutorFactoryImpl(EventThreadPoolConfiguration configuration)
Deprecated. 


Copyright © 2006-2012 Atlassian. All Rights Reserved.