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


Chapter 7 Connection : tibemsConnection : tibemsConnection_GetActiveURL

tibemsConnection_GetActiveURL
Function
Purpose
Get the active URL of a connection.
C Declaration
tibems_status tibemsConnection_GetActiveURL(
    tibemsConnection connection,
    char** serverURL );
COBOL Call
CALL "tibemsConnection_GetActiveURL"
USING BY VALUE connection,
BY REFERENCE serverURL,
RETURNING tibems-status
END-CALL.
 
connection and serverURL have usage pointer.
Parameters
 
Remarks
This property is the URL of the server at the other endpoint of the connection. When the connection interacts with several servers in a fault-tolerant arrangement, this property indicates the current active server.

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