1.

What Is An Object Reference?

Answer»

A transient, opaque HANDLE that identifies an object instance in your ORB. An object reference is the identifier needed to invoke methods on objects. Object REFERENCES are not global IDENTIFIERS that are valid across all machines in a DISTRIBUTED network. Their scope is limited to your local ORB.

A transient, opaque handle that identifies an object instance in your ORB. An object reference is the identifier needed to invoke methods on objects. Object references are not global identifiers that are valid across all machines in a distributed network. Their scope is limited to your local ORB.



Discussion

No Comment Found