2.18 Specifications in Session Synchronization annotation

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)

CategoryTitleReference location
DescriptionMethod of setting Session Synchronization with annotation2.18.1
ImplementationRules for implementation2.18.2
NotesNotes on implementation2.18.3

Note: There is no specific description of Setup and Operation for this functionality.

Organization of this section
2.18.1 Method of setting Session Synchronization with annotation
2.18.2 Rules for implementation
2.18.3 Notes on implementation