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


Chapter 15 Administration : tibemsConsumerInfo : tibemsConsumerInfo_GetDetailedStatistics

tibemsConsumerInfo_GetDetailedStatistics
Function
Purpose
Get detailed statistics for a wildcarded consumer.
C Declaration
tibems_status tibemsConsumerInfo_GetDetailedStatistics(
   tibemsConsumerInfo consumerInfo,
   tibemsCollection* collection);
COBOL Call
CALL "tibemsConsumerInfo_GetDetailedStatistics"
 USING BY VALUE consumerInfo,
       BY REFERENCE collection,
       RETURNING tibems-status
END-CALL.
 
collection has usage pointer.
Parameters
 
The function stores the collection of tibemsDetailedDestStat objects in this location.
Remarks
Returns detailed statistics for the consumer, giving a breakdown of the consumer's aggregate statistics across all destinations that it has received messages on.
This function returns NULL when there are no detailed statistics available for the consumer. This can happen for any of the following reasons:
Detailed 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 434
tibemsCollection on page 450

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