Returns the gateway status.
Event Gateway Development
public int getStatus()
Providing Gateway class service and information routines in Creating Custom Event Gateways in ColdFusion MX Developer's Guide
An integer status value. The Gateway interface defines the following status constants:
The following example is the ColdFusion MX SocketGateway class getStatus
method:
public int getStatus() { return status; }