May 2001
Intermediate to advanced
1088 pages
30h 13m
English
The Object interface represents a reference to a CORBA object. All references to objects in CORBA must implement this interface. Because the name conflicts with a name in the java.lang package, you must refer to this interface using the fully qualified name (that is, org.omg.CORBA.Object).
_create_request
public Request _create_request(Context ctx, String operation,
NVList arg_list, NamedValue result)
public Request _create_request(Context ctx, String operation,
NVList arg_list, NamedValue result, ExceptionList exc_list,
ContextList ctx_list)
Creates a new Request for invoking remote methods using the dynamic invocation interface.
_duplicate public Object _duplicate()
Creates a copy of this object reference.
_get_domain_managers ...
Read now
Unlock full access