Chapter 5. Object References

Object references in CORBA provide a key abstraction, encapsulating the location details of a remote CORBA object and abstracting away the network protocol layer. In a CORBA system augmented by CORBA services, object references do even more work, being responsible for encapsulating security details and propagating transaction context.

From the perspective of the developer, however, object references appear to be quite simple. They are objects much the same as regular C++ or Java objects. You invoke the methods of an object reference like any normal object. It is then up to the ORB to take care of locating the CORBA object, establishing a connection, negotiating secure connections, sending and receiving messages, ...

Get Pure CORBA now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.