Class XAResourceErrorHandler
java.lang.Object
com.arjuna.ats.internal.jta.resources.XAResourceErrorHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addXAResourceMap
(String type, XAResourceMap map) void
forget()
int
handleCMRCommitError
(boolean onePhase) int
boolean
protected boolean
notAProblem
(boolean commit) Is the XAException a non-error when received in reply to commit or rollback ? It normally is, but may be overridden in recovery.static boolean
notAProblem
(XAResource res, XAException ex, boolean commit)
-
Constructor Details
-
XAResourceErrorHandler
-
-
Method Details
-
notAProblem
protected boolean notAProblem(boolean commit) Is the XAException a non-error when received in reply to commit or rollback ? It normally is, but may be overridden in recovery. -
handleCMRRollbackError
public int handleCMRRollbackError() -
forget
public void forget() -
handleCMRCommitError
public int handleCMRCommitError(boolean onePhase) -
isCommitted
public boolean isCommitted() -
notAProblem
-
addXAResourceMap
-