tibemsUFOConnectionFactory_CreateFromConnectionFactory

Function

Purpose

Create an unshared state connection factory from a normal connection factory.

C Declaration

tibemsConnectionFactory
tibemsUFOConnectionFactory_CreateFromConnectionFactory(
    tibemsConnectionFactory emsFactory);

COBOL Call

CALL "tibemsUFOConnectionFactory_CreateFromConnectionFactory"
     USING BY VALUE emsFactory
           RETURNING facory
END-CALL.
Note: factory has usage pointer.

Parameters

Parameter Description
emsFactory Connections created by this unshared state connection factory connect to a server in the URL list of this connection factory.