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