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


Chapter 15 Administration : tibemsAdmin : tibemsAdmin_GetTopics

tibemsAdmin_GetTopics
Function
Purpose
Get the topics that match the given pattern and the given permanence type.
C Declaration
tibems_status tibemsAdmin_GetTopics(
    tibemsAdmin admin,
    tibemsCollection* collection,
    const char* pattern,
    tibems_int permType);
COBOL Call
CALL "tibemsAdmin_GetTopics"
 USING BY VALUE admin,
       BY REFERENCE collection,
       BY REFERENCE pattern,
       BY VALUE permType,
       RETURNING tibems-status
END-CALL.
collection has usage pointer.
Parameters
 
The pattern may contain the wildcards * and >. A pattern of > or NULL will return all topics. See the TIBCO Enterprise Message Service User’s Guide for information about working with wildcards in topics.
TIBEMS_DEST_GET_ALL – Return all topics that match the pattern.
TIBEMS_DEST_GET_STATIC – Return only static topics that match the pattern.
TIBEMS_DEST_GET_DYNAMIC – Return only dynamic topics that match the pattern.
TIBEMS_DEST_GET_NOTEMP – Do not return any temporary topics.
A NULL value matches all topics.
Status Codes
 
See Also
tibemsTopicInfo on page 532
 

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