Modifier and Type | Method and Description |
---|---|
public void | afterCompletion(int
The status of the transaction completion. status)This method is called by the transaction manager after the transaction is committed or rolled back. |
public void | beforeCompletion()
The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process. |
afterCompletion | back to summary |
---|---|
public void afterCompletion(int status) This method is called by the transaction manager after the transaction is committed or rolled back.
|
beforeCompletion | back to summary |
---|---|
public void beforeCompletion() The beforeCompletion method is called by the transaction manager prior to the start of the two-phase transaction commit process. This call is executed with the transaction context of the transaction that is being committed. |