com.atomikos.icatch
Interface SubTxAwareParticipant

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

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 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 © 2012. All Rights Reserved.