ColdFusion 9.0 Resources
Configuring and Administering Adobe ColdFusion 9
Adobe ColdFusion 9 CFML Reference
Developing Adobe ColdFusion 9 Applications
Installing Adobe ColdFusion 9
ColdFusion 9 CFML Reference
Returns the gateway ID that identifies the Gateway instance.
Event Gateway Development
public String getGatewayID()
setGatewayID, Providing Gateway class service and information routines in the Developing ColdFusion Applications.
This method returns a string value that is set by the setGatewayID method.
The following example is the ColdFusion SocketGateway class getGatewayID method:
public String getGatewayID() { return gatewayID; }