com.arjuna.mw.wst.resources
Interface OutcomeNotificationParticipant


public interface OutcomeNotificationParticipant

The OutcomeNotificationParticipant. Essentially the second half of the traditional Synchronization.


Method Summary
 void aborted()
           
 void committed()
           
 

Method Detail

committed

void committed()
               throws UnknownTransactionException,
                      SystemException
Throws:
UnknownTransactionException
SystemException

aborted

void aborted()
             throws UnknownTransactionException,
                    SystemException
Throws:
UnknownTransactionException
SystemException