// Synchronizations should be stored (or at least iterated) in their natural order
_synchs = new TreeSet();
}
}
SynchronizationRecord otsSync;
if(sync._is_a(JTAInterposedSynchronizationHelper.id()))
{
otsSync = new SynchronizationRecord(sync, true);
}
else
{
otsSync = new SynchronizationRecord(sync);
}
// disallow addition of Synchronizations that would appear
// earlier in sequence than any that has already been called
// during the pre-commmit phase. This is required for