|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AnnotationEventHandlerInvoker | Utility class that supports invocation of specific handler methods for a given event. |
| AnnotationEventListenerAdapter | Adapter that turns any bean with EventHandler annotated methods into an EventListener. |
| AnnotationEventListenerBeanPostProcessor | Spring Bean post processor that automatically generates an adapter for each bean containing EventHandler
annotated methods. |
| AnnotationTransactionManager | A transaction manager that delegates calls to the appropriate annotated methods in a bean. |
| Exception Summary | |
|---|---|
| EventHandlerInvocationException | EventHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked event handler. |
| TransactionMethodExecutionException | Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method. |
| UnsupportedPolicyException | Exception indicating that a given EventSequencingPolicy could not be
initialized. |
| Annotation Types Summary | |
|---|---|
| AfterTransaction | Annotation that marks a method to be called after a transactional batch of events is being handled. |
| AsynchronousEventListener | Annotation that marks a class as an Asynchronous EventListener. |
| BeforeTransaction | Annotation that marks a method to be called before a transactional batch of events is handled. |
| EventHandler | Annotation to be placed on methods that can handle events. |
| TransactionManager | Annotation that demarcates a field to use as the transaction manager for an EventListener. |
Classes in support of the configuration of Event Handlers using annotations.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||