Class HeuristicNotification
- java.lang.Object
-
- com.arjuna.ats.arjuna.coordinator.HeuristicNotification
-
- All Implemented Interfaces:
SynchronizationRecord,Comparable
public abstract class HeuristicNotification extends Object implements SynchronizationRecord
-
-
Constructor Summary
Constructors Constructor Description HeuristicNotification()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanafterCompletion(int status)booleanbeforeCompletion()Uidget_uid()abstract voidheuristicOutcome(int actionStatus)booleanisInterposed()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
heuristicOutcome
public abstract void heuristicOutcome(int actionStatus)
-
get_uid
public Uid get_uid()
- Specified by:
get_uidin interfaceSynchronizationRecord
-
beforeCompletion
public boolean beforeCompletion()
- Specified by:
beforeCompletionin interfaceSynchronizationRecord
-
afterCompletion
public boolean afterCompletion(int status)
- Specified by:
afterCompletionin interfaceSynchronizationRecord
-
isInterposed
public boolean isInterposed()
- Specified by:
isInterposedin interfaceSynchronizationRecord
-
-