Difference between revisions of "Documentation/DevGuide/ProUNO/UNO Interprocess Connections"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Professional UNO)
m
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/ProUNO/Starting OpenOffice.org in Listening Mode
 
|NextPage=Documentation/DevGuide/ProUNO/Starting OpenOffice.org in Listening Mode
 
}}
 
}}
 +
[[zh:Zh/Documentation/DevGuide/ProUNO/UNO Interprocess Connections]]
 
{{DISPLAYTITLE:UNO Interprocess Connections}}
 
{{DISPLAYTITLE:UNO Interprocess Connections}}
 
<!--<idltopic>com.sun.star.bridge.UnoUrlResolver;com.sun.star.bridge.XUnoUrlResolver;com.sun.star.uno.XComponentContext;com.sun.star.lang.XMultiComponentFactory;com.sun.star.lang.DisposedException;com.sun.star.lang.ServiceManager</idltopic>-->
 
<!--<idltopic>com.sun.star.bridge.UnoUrlResolver;com.sun.star.bridge.XUnoUrlResolver;com.sun.star.uno.XComponentContext;com.sun.star.lang.XMultiComponentFactory;com.sun.star.lang.DisposedException;com.sun.star.lang.ServiceManager</idltopic>-->

Revision as of 08:14, 20 June 2008

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 OpenOffice.org.

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