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


Chapter 12 XA—External Transaction Manager : tibemsXAConnection : tibemsXAConnection_CreateXASession

tibemsXAConnection_CreateXASession
Function
Purpose
Create an XA session object.
C Declaration
tibems_status tibemsXAConnection_CreateXASession(
    tibemsConnection connection,
    tibemsSession* session );
COBOL Call
CALL "tibemsXAConnection_CreateXASession"
USING BY VALUE connection,
BY REFERENCE session,
RETURNING tibems-status
END-CALL.
 
connection and session have usage pointer.
Parameters
 
Remarks
The new session has transactional semantics with an external transaction manager, and uses the connection for all server communications.
 
See Also
tibemsSession on page 292

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