Whatever message this page gives is out now! Go check it out!
CreateObject(type, context, class, locale)| Parameter | Description |
type | Type of object to create.
|
context |
|
class |
|
locale | The name of the Java config that holds the properties file. For more information, see Configuring and Administering ColdFusion. |
myobj = CreateObject("corba", "d:\temp\tester.ior", "ior",
"visibroker") // uses IOR
myobj = CreateObject("corba", "/Eng/CF", "nameservice",
"visibroker") // uses nameservice
myobj = CreateObject("corba", "d:\temp\tester.ior", "nameservice")
// uses nameservice and default configuration