User Guide

1026 Chapter 6: ColdFusion MX Event Gateway Reference
getName
Description
Returns the gateway's user name.
Syntax
string = getName()
See also
getProtocolName
, numberOfMessagesReceived, numberOfMessagesSent, setNickName,
“Using the GatewayHelper object” in Chapter 43, “Using the Instant Messaging Event Gateways”
of ColdFusion MX Developer’s Guide
Returns
The gateway’s user name, as specified in gateway configuration file.
Example
See “GatewayHelper example”, in Chapter 43, “Using the Instant Messaging Event Gateways in
ColdFusion MX Developer’s Guide, which uses all GatewayHelper class methods.