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


Chapter 12 XA—External Transaction Manager : tibemsXAResource : tibemsXAResource_GetRMID

tibemsXAResource_GetRMID
Function
Purpose
Get the RMID of the resource.
C Declaration
tibems_status tibemsXAResource_GetRMID(
    tibemsXAResource xaResource,
    tibems_int* rmid );
COBOL Call
CALL "tibemsXAResource_GetRMID"
USING BY VALUE xaResource,
BY REFERENCE rmid,
RETURNING tibems-status
END-CALL.
 
xaResource has usage pointer.
Parameters
 
Remarks
The transaction manager assigns a unique RMID to each resource instance, which it uses to bind together a thread, a resource and a transaction.

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