Whatever message this page gives is out now! Go check it out!
coldfusion.gateway.CFEvent |
| Methods | Description |
CFEvent (String gatewayID) | CFEvent constructor. |
String getGatewayID () | Returns the gateway ID (set in the CFEvent constructor). |
void setCFCMethod (String method )String getCFCMethod () | Sets or gets the name of the CFC method that receives an incoming message. |
void setCFCPath (String path )String getCFCPath () | Sets or gets the path to the application listener CFC that processes the event. |
void setCFCTimeout (String seconds )String getCFCTimeout () | Sets or gets the time-out, in seconds, for the listener CFC to process the event request. |
Sets or gets the event data structure, which contains the message contents and any other gateway-specific information. | |
void setGatewayType (String type )String getGatewayType () | Sets or gets the event gateway type identifier, such as SMS. |
void setOriginatorID (String id )String getOriginatorID () | Sets or gets the gateway- or protocol-specific Identity of the originator of a message. |