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


Chapter 15 Administration : tibemsDetailedDestStat : tibemsDetailedDestStat_GetStatData

tibemsDetailedDestStat_GetStatData
Function
Purpose
Get statistics for a unidirectional destination.
C Declaration
tibems_status tibemsDetailedDestStat_GetStatData(
    tibemsDetailedDestStat detailDestStat,
    tibemsStatData* statData);
COBOL Call
CALL "tibemsDetailedDestStat_GetStatData"
 USING BY VALUE detailedDestStat,
       BY REFERENCE stat,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
This function retrieves unidirectional destination statistics. Unidirectional destinations statistics are collected for both producers and consumers.
 

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