Whatever message this page gives is out now! Go check it out!
<cfobject
class = "filepath or naming service"
context = "ior|nameservice"
name = "instance name"
type = "corba"
locale = "type-value arguments">Attribute | Req/Opt | Default | Description |
class | Required |
| |
context | Required |
| |
locale | Optional | Sets arguments for a call to init_orb. Use this attribute only for VisiBroker ORBs. It is available on C++, Version 3.2. The value must be in the form: {{locale = " -ORBagentAddr 199.99.129.33 -ORBagentPort 19000"}}Each type-value pair must start with a hyphen. | |
name | Required | String; name for the instantiated component. An application uses it to reference the CORBA object's methods and attributes. | |
type | Required for CORBA | Object type. Must be corba for CORBA objects. |
<cfobject type = "corba"
context = "ior"
class = "c:\\myobject.ior"
name = "GetName">