public interface SubTxAwareParticipant
| Modifier and Type | Method and Description |
|---|---|
void |
committed(CompositeTransaction transaction)
Notification of termination.
|
void |
rolledback(CompositeTransaction transaction)
Notification that some transaction has been rolledback.
|
void committed(CompositeTransaction transaction)
transaction - The composite transaction that has terminated
locally at its node.void rolledback(CompositeTransaction transaction)
parent - The transaction that has rolled back at its node.Copyright © 2019. All Rights Reserved.