Adobe ColdFusion 8

setNickName

Description

Sets the gateway's nickname (display name).

Syntax

Boolean = setNickName(name)

See also

getName, getNickName, getProtocolName, numberOfMessagesReceived, numberOfMessagesSent, "Using the GatewayHelper object" in the ColdFusion Developer's Guide

Parameters

Parameter

Description

name

The display name that you want to associate with this gateway. This name is not guaranteed to be unique for the protocol.

Returns

True if the nickname got set; false, otherwise.

Example

See "GatewayHelper example", in the ColdFusion Developer's Guide, which uses all GatewayHelper class methods.