Uses of Class
org.axonframework.eventhandling.TransactionStatus

Packages that use TransactionStatus
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 TransactionStatus in org.axonframework.eventhandling
 

Methods in org.axonframework.eventhandling that return TransactionStatus
static TransactionStatus TransactionStatus.current()
          Returns the TransactionStatus object related to a transaction running on the current thread.
 

Methods in org.axonframework.eventhandling with parameters of type TransactionStatus
 void TransactionManager.afterTransaction(TransactionStatus transactionStatus)
          Invoked by the EventProcessingScheduler after a series of events is processed.
 void TransactionManager.beforeTransaction(TransactionStatus transactionStatus)
          Invoked by the EventProcessingScheduler before processing a series of events.
protected static void TransactionStatus.set(TransactionStatus newStatus)
          Sets the TransactionStatus object related to the transaction running in the current thread.
 

Uses of TransactionStatus in org.axonframework.eventhandling.annotation
 

Methods in org.axonframework.eventhandling.annotation with parameters of type TransactionStatus
 void AnnotationTransactionManager.afterTransaction(TransactionStatus transactionStatus)
          Invoked by the EventProcessingScheduler after a series of events is processed.
 void AnnotationEventListenerAdapter.afterTransaction(TransactionStatus transactionStatus)
          Invoked by the EventProcessingScheduler after a series of events is processed.
 void AnnotationTransactionManager.beforeTransaction(TransactionStatus transactionStatus)
          Invoked by the EventProcessingScheduler before processing a series of events.
 void AnnotationEventListenerAdapter.beforeTransaction(TransactionStatus transactionStatus)
          Invoked by the EventProcessingScheduler before processing a series of events.
 void AnnotationEventHandlerInvoker.invokeAfterTransaction(TransactionStatus transactionStatus)
          Invoke the "AfterTransaction" method on the target.
 void AnnotationEventHandlerInvoker.invokeBeforeTransaction(TransactionStatus transactionStatus)
          Invoke the "BeforeTransaction" method on the target.
 

Uses of TransactionStatus in org.axonframework.eventhandling.transactionmanagers
 

Methods in org.axonframework.eventhandling.transactionmanagers with parameters of type TransactionStatus
 void SpringTransactionManager.afterTransaction(TransactionStatus transactionStatus)
           
 void SpringTransactionManager.beforeTransaction(TransactionStatus transactionStatus)
           
 



Copyright © 2011. All Rights Reserved.