<CFOBJECT TYPE="CORBA"
CONTEXT="context"
CLASS="file or naming service"
NAME="text">
CONTEXT
Required. Specifies one of the following:
- IOR -- ColdFusion uses the Interoperable Object Reference (IOR) to access the CORBA server.
- NameService -- ColdFusion uses the naming service to access server.
CLASS
Required. Specifies different information, depending on the CONTEXT specification:
- If CONTEXT is IOR -- Specifies the name of a file that contains the stringified version of the IOR. ColdFusion must be able to read this file at all times; it should be local to ColdFusion server or on the network in an open, accessible location.
- If CONTEXT is NameService -- Specifies a period-delimited naming context for the naming service, such as Allaire.Department.Doc.empobject.
NAME
Required. Enter a name for the object. Your application uses this to reference the CORBA object's methods and attributes.
|