Returns the gateway ID that identifies the Gateway instance.
Event Gateway Development
public String getGatewayID()
setGatewayID, Providing Gateway class service and information routines in Creating Custom Event Gateways in ColdFusion MX Developer's Guide
This method returns a string value that is set by the setGatewayID method.
The following example is the ColdFusion MX SocketGateway class getGatewayID method:
public String getGatewayID()
{
return gatewayID;
}