Cfobject: Corba Object - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfobject: CORBA object

Description
Calls methods on a registered CORBA object.
Syntax
<cfobject
type = "corba"
context = "context"
class = "file or naming service"
name = "text"
locale = "type-value arguments">
See also
cfcollection, cfexecute, cfindex, cfreport, cfsearch,
History
See the History section of the main
Attributes
Attribute Req/Opt Default Description
type
Optional
context
Required
class
Required
name
Required
locale
Optional
Usage
ColdFusion Enterprise version 4.0 and later supports CORBA through the Dynamic Invocation
Interface (DII). To use
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
Object type:
• com
• corba
• java
(The other object types do not take the
• ior: ColdFusion uses Interoperable Object Reference (IOR) to
access CORBA server.
• nameservice: ColdFusion uses naming service to access server.
This option is valid only with the InitialContext of a VisiBroker Orb.
• If
context = "ior"
of the Interoperable Object Reference (IOR). ColdFusion must be
able to read file; it should be local to ColdFusion server or
accessible on network.
• If
context = "nameservice"
context for naming service. For example:
String; name for the instantiated component. An application uses it
to reference the CORBA object's methods and attributes.
Sets arguments for a call to
to VisiBroker ORBs. It is available on C++, Version 3.2. The value
must be in the form:
locale = " -ORBagentAddr 199.99.129.33
Each type-value pair must start with a hyphen.
with CORBA objects, you must provide the name of the file
cfobject
cfwddx
tag page.
: absolute path of file that contains string version
: forward slash-delimited naming
. Use of this attribute is specific
init_orb
cfobject: CORBA object
attribute.)
type
Allaire//Doc/empobject
-ORBagentPort 19000"
257

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents