Function
Get the XA session object from an XA connection.
tibems_status
tibemsXAConnection_GetXASession(tibemsConnection
* connection,tibemsSession
* xaSession );
CALL "tibemsXAConnection_GetXASession" USING BY VALUEconnection
, BY REFERENCExaSession
, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
connection
|
Get the XA session object from this XA connection.
|
xaSession
|
The function stores the XA session object in this location.
|
If the TM has implicitly created a session by calling xa_open
, then the TM can get that session object with this call.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |