| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
Provides a unified interface for the BridgeFactory service to implement. More...
import "XBridgeFactory2.idl";
 
  
| Exported Interfaces | |
| interface | com::sun::star::bridge::XBridgeFactory | 
| The main interface of the service. | |
| interface | com::sun::star::lang::XComponent | 
| This interface allows to break possible cyclic references. | |
| Additional Inherited Members | |
| Public Member Functions inherited from XBridgeFactory | |
| XBridge | createBridge ([in] string sName, [in] string sProtocol, [in] com::sun::star::connection::XConnection aConnection, [in] XInstanceProvider anInstanceProvider) raises ( BridgeExistsException , com::sun::star::lang::IllegalArgumentException ) | 
| tries to create a UNO interprocess bridge. | |
| XBridge | getBridge ([in] string sName) | 
| tries to get a bridge by this name. | |
| sequence< XBridge > | getExistingBridges () | 
| returns the sequence of all named and unnamed UNO interprocess bridges that are instantiated at the time the call is made. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Public Member Functions inherited from XComponent | |
| void | dispose () | 
| The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. | |
| void | addEventListener ([in] XEventListener xListener) | 
| adds an event listener to the object. | |
| void | removeEventListener ([in] XEventListener aListener) | 
| removes an event listener from the listener list. | |
Provides a unified interface for the BridgeFactory service to implement.
| interface com::sun::star::bridge::XBridgeFactory | 
The main interface of the service.
| interface com::sun::star::lang::XComponent | 
This interface allows to break possible cyclic references.