tibemsCollection
Type
Purpose
Represent a collection of administrative objects.
Remarks
Collections provide an array-like set of administrative objects for use by the calling program. Administrative objects include
tibemsQueueInfo
,
tibemsTopicInfo
,
tibemsConsumerInfo
,
tibemsProducerInfo
, and
tibemsDetailedDestStat
objects.
Warning:
Collections are not thread-safe and should only be operated on by a single application thread.
Function | Description |
---|---|
tibemsCollection_Destroy
|
Destroy a collection. |
tibemsCollection_GetCount
|
Get the count of objects in a collection. |
tibemsCollection_GetFirst
|
Get the first object in a collection. |
tibemsCollection_GetNext
|
Get the next object in a collection. |
Subtopics