tibemsConnectionFactory_SetType


Function

Purpose

Set the type of a connection factory object.

C Declaration

tibems_status tibemsConnectionFactory_SetType( 
    tibemsConnectionFactory factory, 
    tibemsConnectionFactoryType type ); 

COBOL Call

CALL "tibemsConnectionFactory_SetType" 
     USING BY VALUE factory, 
           BY VALUE type, 
           RETURNING tibems-status 
END-CALL. 

factory has usage pointer.

Parameter
Description
factory
Set the type of this connection factory.
type
Set the indicator to this type.

See Also

tibemsConnectionFactoryType


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