Example usage for Java javax.transaction Synchronization fields, constructors, methods, implement or subclass
The text is from its open source code.
void | afterCompletion(int status) This method is called by the transaction manager after the transaction is committed or rolled back. |
void | beforeCompletion() The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process. |