Whatever message this page gives is out now! Go check it out!
coldfusion.eventgateway.Gateway |
| Signature | Description |
GatewayName([String id[, StringconfigFile]]) | The gateway constructor. |
String getGatewayID () | Returns the gateway ID. |
GatewayHelper getHelper () | Returns an instance of the GatewayHelper class for this gateway type. instance, or null if the gateway does not have a GatewayHelper class. |
int getStatus () | Gets the event gateway status. |
String outgoingMessage (coldfusion.eventgateway.CFEvent cfmessage) | Handles a message sent by ColdFusion and processes it to send to a message receiver. |
void restart () | Restarts a running event gateway. |
void setCFCListeners (String[] listeners) | Identifies the CFCs that listen for incoming messages from the event gateway. |
void setGatewayID (String id) | Sets the gateway ID that uniquely identifies the Gateway instance. |
void start () | Starts the event gateway. |
void stop () | Stops the event gateway. |