Uses of Class
com.atlassian.event.internal.AbstractEventExecutorFactory

Packages that use AbstractEventExecutorFactory
com.atlassian.event.internal   
 

Uses of AbstractEventExecutorFactory in com.atlassian.event.internal
 

Subclasses of AbstractEventExecutorFactory in com.atlassian.event.internal
 class DirectEventExecutorFactory
          Uses a SynchronousQueue to hand off tasks to the Executor.
 class EventExecutorFactoryImpl
          Deprecated. use DirectEventExecutorFactory
 class UnboundedEventExecutorFactory
          Uses a LinkedBlockingQueue to hand off tasks to the Executor.
 



Copyright © 2006-2013 Atlassian. All Rights Reserved.