TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetTopicsStatistics Method 

Get the statistical information for the topics that match the given pattern.

public TopicInfo[] GetTopicsStatistics(
   string pattern
);

Parameters

pattern
The pattern that must be matched

Return Value

array of TopicInfo objects with statistical data or null if no topics found or statistics is disabled.

Remarks

The pattern may contain the wildcards "*" and ">". See the TIBCO EMS documentation for how wildcards work in topic names. A pattern of "", ">", or null will return statistics for all the topics.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace