tibemsConnectionFactory_GetSSLProxyHost


Function

Purpose

Get the SSL proxy host from a connection factory.

C Declaration

tibems_status tibemsConnectionFactory_GetSSLProxyHost( 
    tibemsAnyConnectionFactory factory, 
    const char** proxy_host); 

COBOL Call

CALL "tibemsConnectionFactory_GetSSLProxyHost" 
     USING BY VALUE factory, 
           BY REFERENCE proxy-host, 
     RETURNING tibems-status 
END-CALL. 

factory and proxy-host have usage pointer.

Parameter
Description
factory
Get the SSL proxy host from this connection factory.
You may supply any type of connection factory, and cast it to tibemsAnyConnectionFactory.
proxy_host
The function stores the proxy host in this location.

See Also

tibemsConnectionFactory_SetSSLProxy


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com