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


Chapter 12 XA—External Transaction Manager : tibemsXAConnection : tibemsXAConnection_GetXASession

tibemsXAConnection_GetXASession
Function
Purpose
Get the XA session object from an XA connection.
C Declaration
tibems_status tibemsXAConnection_GetXASession(
    tibemsConnection* connection,
    tibemsSession* xaSession );
COBOL Call
CALL "tibemsXAConnection_GetXASession"
USING BY VALUE connection,
BY REFERENCE xaSession,
RETURNING tibems-status
END-CALL.
 
connection and xaSession have usage pointer.
Parameters
 
Remarks
If the TM has implicitly created a session by calling xa_open, then the TM can get that session object with this call.

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