coldfusion.eventgateway.Gateway
Interface for implementing ColdFusion MX event gateways.
A class that implements this interface defines a ColdFusion MX event gateway type that you can use in ColdFusion MX applications. The class must implement the following methods:
| Signature | Description |
|---|---|
GatewayName |
The gateway constructor. |
String getGatewayID() |
Returns the gateway ID. |
GatewayHelper getHelper() |
Returns an instance of the |
int getStatus() |
Gets the event gateway status. |
String outgoingMessage(coldfusion. |
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[] |
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. |
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | KnowledgeBase | Bug Reporting
Version 7
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/7/htmldocs/00000705.htm