| name | description |
| createObject | Creates a ColdFusion object, of a specified type. |
| getComponentMetaData | Gets metadata (such as the functions and implemented interfaces of a component) for a CFC or ColdFusion interface. |
| getGatewayHelper | Gets a Java GatewayHelper object that provides methods and properties for use with a ColdFusion event gateway. |
| isInstanceOf | Determines whether an object is an instance of a ColdFusion interface or component, or of a Java class. |
| releaseComObject | Releases a COM Object and frees up resources that it used. |
| sendGatewayMessage | Sends an outgoing message through a ColdFusion event gateway. |
| toScript | Creates a JavaScript or ActionScript expression that assigns the value of a ColdFusion variable to a JavaScript or ActionScript variable. This function can convert ColdFusion strings, numbers, arrays, structures, and queries to JavaScript or ActionScript syntax that defines equivalent variables and values. |