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


Chapter 15 Administration : tibemsProducerInfo : tibemsProducerInfo_GetStatistics

tibemsProducerInfo_GetStatistics
Function
Purpose
Get total statistics for a producer.
C Declaration
tibems_status tibemsProducerInfo_GetStatistics(
    tibemsProducerInfo producerInfo,
    tibemsStatData* statData);
COBOL Call
CALL "tibemsProducerInfo_GetStatistics"
 USING BY VALUE producerInfo,
       BY REFERENCE stat,
       RETURNING tibems-status
END-CALL.
Parameters
 
The function stores the statistics in this location. The stored value will be NULL if statistics are disabled in the server and so there are none available for the producer.
See Also
tibemsStatData on page 497
 

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