Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 12 XA—External Transaction Manager : tibemsXAResource : tibemsXAResource_End

tibemsXAResource_End
Function
Purpose
Disassociate a transaction from the resource.
C Declaration
tibems_status tibemsXAResource_End(
    tibemsXAResource xaResource,
    XID* xid,
    int flags );
COBOL Call
CALL "tibemsXAResource_End"
USING BY VALUE xaResource,
BY REFERENCE xid,
BY VALUE flags,
RETURNING tibems-status
END-CALL.
 
xaResource and xid have usage pointer.
Parameters
 
TMSUCCESS—Completely end the transaction.
TMSUSPEND—Temporarily disassociate the transaction from this resource.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved