Package com.atlassian.event.internal

Class Summary
AbstractEventExecutorFactory A EventExecutorFactory that allows the Executor to be produced with a custom BlockingQueue
AnnotatedMethodsListenerHandler A listener handler that will check for single parameter methods annotated with the given annotation.
AsynchronousAbleEventDispatcher This dispatcher will dispatch event asynchronously if: the event 'is' asynchronous, as resolved by the AsynchronousEventResolver and the invoker supports asynchronous events
DirectEventExecutorFactory Uses a SynchronousQueue to hand off tasks to the Executor.
EventExecutorFactoryImpl Deprecated. use DirectEventExecutorFactory
EventPublisherImpl The default implementation of the EventPublisher interface.
EventThreadFactory A thread factory that will name the threads AtlassianEvent::[thread_name].
EventThreadPoolConfigurationImpl  
ListenerHandlerConfigurationImpl The default configuration that only uses the AnnotatedMethodsListenerHandler.
LockFreeEventPublisher A non-blocking implementation of the EventPublisher interface.
UnboundedEventExecutorFactory Uses a LinkedBlockingQueue to hand off tasks to the Executor.
 



Copyright © 2006-2010 Atlassian. All Rights Reserved.