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


Chapter 15 Administration : tibemsAdmin : tibemsAdmin_GetProducerStatistics

tibemsAdmin_GetProducerStatistics
Function
Purpose
Returns statistical information about producers that match the specified parameters.
C Declaration
tibems_status tibemsAdmin_GetProducerStatistics(
    tibemsAdmin admin,
    tibemsCollection* collection,
    tibems_long connectionID,
    const char* username,
    tibemsDestinationInfo destination);
COBOL Call
CALL "tibemsAdmin_GetProducerStatistics"
 USING BY VALUE admin,
       BY REFERENCE prodInfos,
       BY REFERENCE username,
       BY VALUE connectionID,
       BY VALUE destination,
       RETURNING tibems-status
END-CALL.
prodInfos has usage pointer.
Parameters
 
The function stores the returned producer data in the location specified here, as a collection of tibemsProducerInfo objects.
If specified, only producers for connections that use the specified user name will be returned. Specify NULL if all producers should be returned.
If specified, only producers on destinations of the same type and matching this destination name will be returned. destination can be:
TIBEMS_INVALID_ADMIN_ID to return all producers.
Remarks
Returns information about message producers, including the statistical information about producers with specified parameters.
Status Codes
 
See Also
tibemsStatData on page 497
tibemsDetailedDestStat on page 462
 

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