| Contents > CFML Reference > ColdFusion Tags > cfobject: CORBA object |
|
|
|
|
||
Calls methods on a registered CORBA object.
<cfobject
type = "corba"
context = "context"
class = "file or naming service"
name = "text"
locale = "type-value arguments">
cfcollection, cfexecute, cfindex, cfreport, cfsearch, cfwddx
See the History section of the main cfobject tag page.
Attribute |
Req/Opt |
Default |
Description |
|---|---|---|---|
type |
Optional |
|
Object type:
(The other object types do not take the |
context |
Required |
|
|
class |
Required |
|
|
name |
Required |
|
String; name for the instantiated component. An application uses it to reference the CORBA object's methods and attributes. |
locale |
Optional |
|
Sets arguments for a call to locale = " -ORBagentAddr 199.99.129.33 -ORBagentPort 19000" Each type-value pair must start with a hyphen. |
ColdFusion Enterprise version 4.0 and later supports CORBA through the Dynamic Invocation Interface (DII). To use cfobject with CORBA objects, you must provide the name of the file that contains a string-formatted version of the IOR, or the object's naming context in the naming service; and the object's attributes, method names, and method signatures.
User-defined types (for example, structures) are not supported.
<cfobject type = "corba" context = "ior" class = "c:\\myobject.ior" name = "GetName">
|
|
||
| Contents > CFML Reference > ColdFusion Tags > cfobject: CORBA object |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb8.htm