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


Chapter 12 XA—External Transaction Manager : tibemsXAConnection : tibemsXAConnection_Get

tibemsXAConnection_Get
Function
Purpose
Find the XA connection object for a server URL.
C Declaration
tibems_status tibemsXAConnection_Get(
    tibemsConnection* connection,
    const char* brokerURL );
COBOL Call
CALL "tibemsXAConnection_Get"
USING BY REFERENCE connection,
BY REFERENCE brokerURL,
RETURNING tibems-status
END-CALL.
 
connection has usage pointer.
Parameters
 
Remarks
If the TM has implicitly created a connection by calling xa_open, then the TM can get that connection object with this call.

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