Class HeuristicNotification
java.lang.Object
com.arjuna.ats.arjuna.coordinator.HeuristicNotification
- All Implemented Interfaces:
SynchronizationRecord,Comparable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanafterCompletion(int status) booleanget_uid()abstract voidheuristicOutcome(int actionStatus) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
HeuristicNotification
public HeuristicNotification()
-
-
Method Details
-
heuristicOutcome
public abstract void heuristicOutcome(int actionStatus) -
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
-