public interface Synchronization
Modifier and Type | Method | Description |
---|---|---|
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.
|
void beforeCompletion()
void afterCompletion(int status)
status
- The status of the transaction completion.Copyright © 2019 GlassFish Community. All rights reserved.