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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetClientID

tibemsConnectionFactory_SetClientID
Function
Purpose
Set the client ID of a connection factory object.
C Declaration
tibems_status tibemsConnectionFactory_SetClientID(
    tibemsConnectionFactory factory,
    const char* cid );
COBOL Call
CALL "tibemsConnectionFactory_SetClientID"
USING BY VALUE factory,
BY REFERENCE cid,
RETURNING tibems-status
END-CALL.
 
factory has usage pointer.
Parameters
 
Remarks
A client ID string lets the server associate a client-specific factory with each client program. When such a factory already exists, the server supplies that factory to the client. If a factory does not yet exist for the client, the server creates one, and stores it for future use by that specific client.

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