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

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

aborted

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