TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetTopicACLEntries Method 

Get all ACL entries pertaining to the topic with the given topicName.

public ACLEntry[] GetTopicACLEntries(
   string topicName
);

Parameters

topicName
Topic name.

Return Value

the array of ACLEntries for the given topic.

Exceptions

Exception Type Condition
AdminException if not authorized or some error occurred.
AdminInvalidNameException if topicName is not a legal topic name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace