:: com :: sun :: star :: bridge ::
|
interface XBridge |
|
- Description
- main interface for an interprocess bridge.
|
Methods' Summary |
getInstance |
tries to get an interface from the remote that is known by this name.
|
getName |
name that the bridge got when it was created.
|
getDescription |
a unique descriptive string: protocol + ":" + XConnection.getDescription()
|
Methods' Details |
getInstance
::com::sun::star::uno::XInterface |
getInstance( |
[in] string |
sInstanceName ); |
- Description
- tries to get an interface from the remote that is known by this name.
In general, this method is called once to get the initial object from the
remote, but it is allowed to call the method multiple times.
- Parameter sInstanceName
- The name of the object, that shall be retrieved from the
remote process. The call is delegated to
com.sun.star.bridge.XInstanceProvider.getInstance() in the
remote process.
- See also
- com.sun.star.bridge.XInstanceProvider
|
|
getName
- Description
- name that the bridge got when it was created.
|
|
getDescription
- Description
- a unique descriptive string: protocol + ":" + XConnection.getDescription()
|
|
Top of Page
Copyright © 2000, 2012 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.