Uses of Interface
org.axonframework.eventhandling.TransactionManager

Packages that use TransactionManager
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.eventhandling.transactionmanagers   
 

Uses of TransactionManager in org.axonframework.eventhandling
 

Constructors in org.axonframework.eventhandling with parameters of type TransactionManager
AsynchronousEventHandlerWrapper(EventListener eventListener, TransactionManager transactionManager, EventSequencingPolicy eventSequencingPolicy, Executor executor)
          Initialize the AsynchronousEventHandlerWrapper for the given eventListener using the given executor and transactionManager.
EventProcessingScheduler(EventListener eventListener, TransactionManager transactionManager, Executor executor, org.axonframework.eventhandling.EventProcessingScheduler.ShutdownCallback shutDownCallback)
          Initialize a scheduler for the given eventListener using the given executor.
EventProcessingScheduler(EventListener eventListener, TransactionManager transactionManager, Executor executor, Queue<Event> eventQueue, org.axonframework.eventhandling.EventProcessingScheduler.ShutdownCallback shutDownCallback)
          Initialize a scheduler for the given eventListener using the given executor.
 

Uses of TransactionManager in org.axonframework.eventhandling.annotation
 

Classes in org.axonframework.eventhandling.annotation that implement TransactionManager
 class AnnotationEventListenerAdapter
          Adapter that turns any bean with EventHandler annotated methods into an EventListener.
 class AnnotationTransactionManager
          A transaction manager that delegates calls to the appropriate annotated methods in a bean.
 

Uses of TransactionManager in org.axonframework.eventhandling.transactionmanagers
 

Classes in org.axonframework.eventhandling.transactionmanagers that implement TransactionManager
 class SpringTransactionManager
          TransactionManager implementation that uses a PlatformTransactionManager as underlying transaction manager.
 



Copyright © 2011. All Rights Reserved.