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.

Parameter
Description
connection
The function stores the connection object in this location.
brokerURL
Find the connection the EMS server at this URL.

Remarks

If the TM has implicitly created a connection by calling xa_open, then the TM can get that connection 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