This method is called to commit the current XA global transaction.
RESOLVE - how do we map to the "right" XAExceptions.
@param onePhase If true, the resource manager should use a one-phasecommit protocol to commit the work done on behalf of current xid.
@exception StandardException Standard exception policy.
Do not use this method directly use XATransactionState.xa_commit instead because it also maintains/cancels the timout task which is scheduled to cancel/rollback the global transaction.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.