tibemsConnectionFactory_GetType


Function

Purpose

Get the type of a connection factory object.

C Declaration

tibems_status tibemsConnectionFactory_GetType( 
    tibemsConnectionFactory factory, 
    tibemsConnectionFactoryType* type ); 

COBOL Call

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

factory has usage pointer.

Parameter
Description
factory
Get the type of this connection factory.
type
The function stores the type indicator in this location.

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