getCommunityList

Returns a list of all local, external, and clearinghouse communities in the Sametime® Gateway Server.

Syntax

getCommunityList communityName

Purpose

The getCommunityList command returns an array of hash tables. If communityName is the name of a community in the system, then the array contains a single hash table populated with key-value pairs. If communityName is *, the hash table contains representations of all the communities in the system.

Data type: string

Sample

set ons [$AdminControl completeObjectName type=RTCAdminMbean,*]
$AdminControl invoke $ons getCommunityList "*"