Interface Synchronization


public interface Synchronization
Business Activities don't expose synchronizations but they are used internally to ensure that the transcation association is cleaned up and this interface is used to define the behaviour of the synchronization.
Since:
1.0.
Version:
$Id: Synchronization.java,v 1.2 2005/05/19 12:13:26 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterCompletion(int status)
    The transaction that the instance is enrolled with has either closed or compensated and the relevant termination state ss passed as a parameter.
  • Method Details

    • afterCompletion

      void afterCompletion(int status) throws SystemException
      The transaction that the instance is enrolled with has either closed or compensated and the relevant termination state ss passed as a parameter.
      Parameters:
      status - The state in which the transaction completed.
      Throws:
      SystemException - Thrown if any error occurs. This has no affect on the outcome of the transaction.