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


Chapter 15 Administration : tibemsProducerInfo : tibemsProducerInfo_GetDetailedStatistics

tibemsProducerInfo_GetDetailedStatistics
Function
Purpose
Get detailed statistics for an unidentified producer.
C Declaration
tibems_status tibemsProducerInfo_GetDetailedStatistics(
    tibemsProducerInfo producerInfo,
    tibemsCollection* collection;
COBOL Call
CALL "tibemsProducerInfo_GetDetailedStatistics"
 USING BY VALUE producerInfo,
       BY REFERENCE collection,
       RETURNING tibems-status
END-CALL.
 
collection has usage pointer.
Parameters
 
Remarks
Gets detailed statistics for an unidentified producer, giving a breakdown of the producer's aggregate statistics across all destinations that it has published messages on.
This function returns NULL when there are no detailed statistics available for the producer. This can happen when, for example, detailed statistics for producers are disabled in the server.
See Also
tibemsDetailedDestStat on page 477
 

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