com.atomikos.icatch.msg
Class SubTxAwareMessageParticipant
java.lang.Object
com.atomikos.icatch.msg.SubTxAwareMessageParticipant
- All Implemented Interfaces:
- SubTxAwareParticipant, Serializable
public class SubTxAwareMessageParticipant
- extends Object
- implements SubTxAwareParticipant
A subtx aware implementation that wraps a MessageParticipant.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubTxAwareMessageParticipant
public SubTxAwareMessageParticipant(MessageParticipant mp)
committed
public void committed(CompositeTransaction tx)
- Description copied from interface:
SubTxAwareParticipant
- Notification of termination.
- Specified by:
committed
in interface SubTxAwareParticipant
- Parameters:
tx
- The composite transaction that has terminated
locally at its node.- See Also:
SubTxAwareParticipant.committed(com.atomikos.icatch.CompositeTransaction)
rolledback
public void rolledback(CompositeTransaction tx)
- Description copied from interface:
SubTxAwareParticipant
- Notification that some transaction has been rolledback.
- Specified by:
rolledback
in interface SubTxAwareParticipant
- See Also:
SubTxAwareParticipant.rolledback(com.atomikos.icatch.CompositeTransaction)
Copyright © 2012. All Rights Reserved.