tibemsConnectionFactory_GetSSLProxyPort


Function

Purpose

Get the SSL proxy port from a connection factory.

C Declaration

tibems_status tibemsConnectionFactory_GetSSLProxyPort( 
    tibemsAnyConnectionFactory factory, 
    tibems_int* proxy_port); 

COBOL Call

CALL "tibemsConnectionFactory_GetSSLProxyPort" 
     USING BY VALUE factory, 
           BY REFERENCE proxy-port, 
     RETURNING tibems-status 
END-CALL. 

factory has usage pointer.

Parameter
Description
factory
Get the SSL proxy port number from this connection factory.
You may supply any type of connection factory, and cast it to tibemsAnyConnectionFactory.
proxy_port
The function stores the proxy port 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