Methods' Summary |
createBridge |
tries to create a UNO interprocess bridge.
|
getBridge |
tries to get a bridge by this name.
|
getExistingBridges |
returns the sequence of all named and unnamed UNO interprocess
bridges that are instantiated at the time the call is made.
|
Methods' Details |
createBridge
- Description
- tries to create a UNO interprocess bridge.
- Parameter sName
- The name of the bridge. This allows other components to reuse
an already created bridge (using getBridge).
If empty, an anonymous bridge is created, which cannot be retrieved with
getBridge(). No BridgeExistsException can be thrown in this case.
- Parameter sProtocol
- The protocol, that will be used on the connection (e.g., urp) plus additional
comma separated name=value protocol properties.
- Parameter aConnection
- The connection, which is used to transfer the calls. The bridge expects to
own the connection, thus it will close the connection, in case it does not
need it anymore.
- Parameter anInstanceProvider
- gets called, when a request from remote comes in. You can pass a null reference
in case you don't want to export any objects.
- Throws
- BridgeExistsException
There is already a bridge registered with this name. Use getBridge instead.
- Throws
- IllegalArgumentException
The protocol is unknown or the connection is null.
|
|
getBridge
XBridge |
getBridge( |
[in] string |
sName ); |
- Description
- tries to get a bridge by this name.
Cannot be retrieved, when the bridge got disposed before.
- Returns
- An existing remote bridge or a null reference.
|
|
getExistingBridges
sequence< XBridge > |
getExistingBridges(); |
- Description
- returns the sequence of all named and unnamed UNO interprocess
bridges that are instantiated at the time the call is made.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.