Interface SynchronizationRecord
-
- All Superinterfaces:
java.lang.Comparable
- All Known Implementing Classes:
HeuristicNotification
public interface SynchronizationRecord extends java.lang.Comparable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanafterCompletion(int status)booleanbeforeCompletion()Uidget_uid()booleanisInterposed()
-
-
-
Method Detail
-
get_uid
Uid get_uid()
-
beforeCompletion
boolean beforeCompletion()
-
afterCompletion
boolean afterCompletion(int status)
-
isInterposed
boolean isInterposed()
-
-