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.

Parameter
Description
xaResource
Forget the transaction in this resource.
xid
Forget this transaction.

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.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com