Function
Create an XA session object.
tibems_status
tibemsXAConnection_CreateXASession(tibemsConnection
connection,tibemsSession
* session );
CALL "tibemsXAConnection_CreateXASession" USING BY VALUEconnection
, BY REFERENCEsession
, RETURNING tibems-status END-CALL.
The new session has transactional semantics with an external transaction manager, and uses the connection for all server communications.
Parameter
|
Description
|
---|---|
connection
|
Create a session on this connection.
|
session
|
The function stores the new session in this location.
|
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |