You can define the processing (Session Synchronization) that is executed before and after the start and end of a transaction by using annotations in addition to implementing the javax.ejb.SessionSynchronization interface.
This section describes how to set the processing executed before and after the start and end of a transaction with annotations, when a transaction is managed in CMT.
The following table describes the organization of this section:
Table 2-58 Organization of this section (Setting the processing to be executed before and after start and end of transaction)
Category | Title | Reference location |
---|---|---|
Description | Method of setting Session Synchronization with annotation | 2.18.1 |
Implementation | Rules for implementation | 2.18.2 |
Notes | Notes on implementation | 2.18.3 |
Note: There is no specific description of Setup and Operation for this functionality.