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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetStatistics

tibemsConsumerInfo_GetStatistics
Function
Purpose
Get total statistics for a consumer.
C Declaration
tibems_status tibemsConsumerInfo_GetStatistics(
    tibemsConsumerInfo consumerInfo,
    tibemsStatData* statData);
COBOL Call
CALL "tibemsConsumerInfo_GetStatistics"
 USING BY VALUE consumerInfo,
       BY REFERENCE stat,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function returns NULL when there are no statistics available for the consumer. This can happen for any of the following reasons:
Statistics were not included into this consumerInfo object by the function tibemsAdmin_GetConsumers that was used to obtain the object.
See Also
tibemsAdmin_GetConsumers on page 432
tibemsStatData on page 512

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