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


Chapter 12 XA—External Transaction Manager : tibemsXAResource : tibemsXAResource_Forget

tibemsXAResource_Forget
Function
Purpose
Unimplemented.
C Declaration
tibems_status tibemsXAResource_Forget(
    tibemsXAResource xaResource,
    XID* xid );
COBOL Call
CALL "tibemsXAResource_Forget"
USING BY VALUE xaResource,
BY REFERENCE xid,
RETURNING tibems-status
END-CALL.
 
xaResource and xid have usage pointer.
Parameters
 
Remarks
In the XA interface, the transaction manager can instruct a resource to forget a transaction.
However, this call is not implemented in EMS; it is present for completeness only.

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