getMessageHandlerList

Returns a list of message handlers in the Sametime® Gateway Server.

Syntax

getMessageHandlerList handlerName

Purpose

The getMessageHandlerList command returns a list of message handlers. If handlerName is the name of a handler in the system, then the array contains a single hash table populated with key-value pairs, where the key is the UID of the attribute and the value is its value.

Data type: string

Sample

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