|
getGatewayID
DescriptionReturns
the gateway ID that identifies the Gateway instance.
CategoryEvent
Gateway Development
Syntaxpublic String getGatewayID()
UsageThis method
returns a string value that is set by the setGatewayID method.
ExampleThe
following example is the ColdFusion SocketGateway class getGatewayID method:
public String getGatewayID()
{
return gatewayID;
}
|