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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
Line 6: Line 6:
 
|NextPage=Zh/Documentation/DevGuide/ProUNO/Starting OpenOffice.org in Listening Mode
 
|NextPage=Zh/Documentation/DevGuide/ProUNO/Starting OpenOffice.org in Listening Mode
 
}}
 
}}
[[en:Documentation/DevGuide/ProUNO/UNO Interprocess Connections]]
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/ProUNO/{{SUBPAGENAME}}}}
 
{{DISPLAYTITLE:UNO 进程间连接}}
 
{{DISPLAYTITLE:UNO 进程间连接}}
 
<!--<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>-->

Latest revision as of 02:01, 14 May 2009



不同环境中的 UNO 对象通过进程间的桥进行连接。您可以调用不同进程中的 UNO 对象实例。这是通过以下过程完成的:将方法名称和参数转换成为字节流形式,并将此信息包发送到远程进程,例如,通过套接字连接。本手册中的大多数示例使用进程间的桥来与 OpenOffice.org 进行通信。


本节介绍如何使用 UNO API 来建立 UNO 进程间连接。


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