com.arjuna.ats.arjuna.coordinator
Interface SynchronizationRecord

All Superinterfaces:
java.lang.Comparable

public interface SynchronizationRecord
extends java.lang.Comparable


Method Summary
 boolean afterCompletion(int status)
           
 boolean beforeCompletion()
           
 Uid get_uid()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

get_uid

Uid get_uid()

beforeCompletion

boolean beforeCompletion()

afterCompletion

boolean afterCompletion(int status)