Class SynchronizationRecord

java.lang.Object
com.arjuna.ats.internal.jts.resources.SynchronizationRecord
All Implemented Interfaces:
Comparable

public class SynchronizationRecord extends Object implements Comparable
CosTransactions::Synchronizations are maintained in a separate list from the standard transaction intentions list.
Since:
JTS 1.0.
Version:
$Id: SynchronizationRecord.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)
  • Constructor Details

    • SynchronizationRecord

      public SynchronizationRecord(Synchronization ptr)
    • SynchronizationRecord

      public SynchronizationRecord(Synchronization ptr, boolean isJTAInterposed)
  • Method Details