CFIDE.adminapi.eventgateway
Component eventgateway (event gateway)
Add, modify, delete, and manage event gateways.
| hierarchy: | WEB-INF.cftags.component CFIDE.adminapi.base CFIDE.adminapi.eventgateway |
| path: | {web-root}\CFIDE\adminapi\eventgateway.cfc |
| serializable: | Yes |
| properties: | |
| methods: | deleteGatewayInstance, deleteGatewayType, getGatewayEvents, getGatewayInstances, getGatewayInstanceStatus, getGatewayProperty, getGatewayServiceStatus, getGatewayTypes, getSMSTestServerStatus, ResetGatewayEvents, restartGatewayInstance, setGatewayInstance, setGatewayProperty, setGatewayServiceStatus, setGatewayType, startGatewayInstance, startGatewayService, startSMSTestServer, stopGatewayInstance, stopGatewayService, stopSMSTestServer |
| inherited methods: | dump, getEdition, getInstallType, getJRunRootDir, isAdminUser, RDSInvoker, setJrunSN |
* – private method
| deleteGatewayInstance |
|---|
public void deleteGatewayInstance ( required gatewayid
Delete an instance of a gateway. Output: suppressed |
| deleteGatewayType |
public void deleteGatewayType ( required type
Removes an event gateway type. Output: suppressed |
| getGatewayEvents |
public any getGatewayEvents ( required gatewayID, required propertyName
Return value of specified gateway event counters, these are reset on server start. Output: suppressed
|
| getGatewayInstances |
public any getGatewayInstances ( gatewayid
Returns instances of all gateways or of a specified gateway instance. Output: suppressed |
| getGatewayInstanceStatus |
public boolean getGatewayInstanceStatus ( required gatewayid
Return status (started/stopped) for a gateway instance. Output: suppressed |
| getGatewayProperty |
public any getGatewayProperty ( required propertyName
Return value of specified gateway property. Output: suppressed
|
| getGatewayServiceStatus |
public any getGatewayServiceStatus (
Returns gateway service status. Output: suppressed |
| getGatewayTypes |
public any getGatewayTypes ( type
Returns known types of event gateways. Output: suppressed |
| getSMSTestServerStatus |
public boolean getSMSTestServerStatus (
Returns status (started/stopped) of SMS Test Server. Output: suppressed |
| ResetGatewayEvents |
public any ResetGatewayEvents ( required gatewayID, required propertyName
Reset the internal event counters for a specific gateway. Output: suppressed
|
| restartGatewayInstance |
public void restartGatewayInstance ( required gatewayid
Restart an instance of an event gateway. Output: suppressed |
| setGatewayInstance |
public void setGatewayInstance ( required gatewayid, required type, required array cfcPaths, required configurationpath, required mode
Adds a gateway instance. Output: enabled
|
| setGatewayProperty |
public void setGatewayProperty ( required propertyName, required propertyValue
Set a value for a specified gateway property. Output: suppressed
propertyValue: any, required, propertyValue – Value for the specified property. |
| setGatewayServiceStatus |
public void setGatewayServiceStatus ( required enableGatewayService
Enables/Disables ColdFusion Event Gateway Services Output: suppressed |
| setGatewayType |
public void setGatewayType ( required type, required description, required class, timeout="30", killOnTimeout="true"
Adds an event gateway type. Output: suppressed |
| startGatewayInstance |
public void startGatewayInstance ( required gatewayid
Start an instance of an event gateway. Output: suppressed |
| startGatewayService |
public void startGatewayService (
Enables event gateway service. Output: suppressed |
| startSMSTestServer |
public void startSMSTestServer (
Starts SMS Test Server. Output: suppressed |
| stopGatewayInstance |
public void stopGatewayInstance ( required gatewayid
Stop an instance of an event gateway. Output: suppressed |
| stopGatewayService |
public void stopGatewayService (
Stops event gateway service. Output: suppressed |
| stopSMSTestServer |
public void stopSMSTestServer (
Stops SMS Test Server. Output: suppressed |