com.atomikos.icatch
Interface SubTxAwareParticipant


public interface SubTxAwareParticipant

A participant that wants to be notified of local termination of a node in a nested transaction tree.


Method Summary
 void committed(CompositeTransaction transaction)
          Notification of termination.
 void rolledback(CompositeTransaction transaction)
          Notification that some transaction has been rolledback.
 

Method Detail

committed

void committed(CompositeTransaction transaction)
Notification of termination.

Parameters:
transaction - The composite transaction that has terminated locally at its node.

rolledback

void rolledback(CompositeTransaction transaction)
Notification that some transaction has been rolledback.

Parameters:
parent - The transaction that has rolled back at its node.


Copyright © 2016. All Rights Reserved.