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


Chapter 15 Administration : tibemsAdmin : tibemsAdmin_GetConsumer

tibemsAdmin_GetConsumer
Function
Purpose
Get consumer with specified ID.
C Declaration
tibems_status tibemsAdmin_GetConsumer(
    tibemsAdmin admin,
    tibemsConsumerInfo* consumerInfo,
    tibems_long ID);
COBOL Call
CALL "tibemsAdmin_GetConsumer"
 USING BY VALUE admin,
       BY REFERENCE consumerInfo,
       BY VALUE consumerID,
       RETURNING tibems-status
END-CALL.
Parameters
 
Remarks
Returns the consumer object with specified ID. The returned consumer object contains information about consumer known to server, including details, available statistics. If a consumer with the specified ID does not exist, the function returns NULL.
Status Codes
 
See Also
tibemsConsumerInfo on page 441
 

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