CreateObject

"-->
 CreateObject("com", class, context, serverName)  CreateObject("CORBA", class, context, locale)  CreateObject("Java", class) 

Description

Creates ColdFusion components and COM, CORBA, and Java objects. This function can be disabled in the ColdFusion Administrator.

COM Objects

The CreateObject function creates and manipulates component object model (COM) objects. You can invoke an automation server object type that is currently registered on a computer. To create a COM object, you must provide the following information: the object's program ID or filename, methods and properties available to the object through the IDispatch interface, and arguments and return types of the object's methods.

CORBA Objects

The CreateObject function calls methods on CORBA objects. The objects must be defined and registered for use.

Java Object Functions

Functions create and use Java objects and, by extension, EJB objects.



Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net