UNO Interprocess Connections

From Apache OpenOffice Wiki
Jump to: navigation, search



UNO objects in different environments connect via the interprocess bridge. You can execute calls on UNO object instances, that are located in a different process. This is done by converting the method name and the arguments into a byte stream representation, and sending this package to the remote process, for example, through a socket connection. Most of the examples in this manual use the interprocess bridge to communicate with the Apache OpenOffice.

This section deals with the creation of UNO interprocess connections using the UNO API.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages