Java javax.transaction Synchronization fields, constructors, methods, implement or subclass

Example usage for Java javax.transaction Synchronization fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.transaction Synchronization.

The text is from its open source code.

Implementation

javax.transaction.Synchronization has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidafterCompletion(int status)
This method is called by the transaction manager after the transaction is committed or rolled back.
voidbeforeCompletion()
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process.