com.atomikos.icatch
Interface SubTxAwareParticipant

All Superinterfaces:
Serializable
All Known Implementing Classes:
BaseTransactionManager, ResumePreviousTransactionSubTxAwareParticipant, TransactionManagerImp, TransactionServiceImp

public interface SubTxAwareParticipant
extends Serializable

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


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

Method Detail

committed

void committed(CompositeTransaction tx)
Notification of termination.

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

rolledback

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

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


Copyright © 2011. All Rights Reserved.