Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: bridge ::

service UrpBridge

Description
Concrete service of the meta service Bridge for the urp protocol.

This bridge works with the urp protocol.

See also
com.sun.star.bridge.Bridge


Exported Interfaces

com::sun::star::lang::XInitialization
Description
This interface allows to initialize the bridge service with the necessary arguments. The sequence<any> must have 4 members.
  1. String: The unique name of the bridge or an empty string
  2. String: urp
  3. XConnection: The bidirectional connection, the bridge should work on
  4. XInstanceProvider: The instance provider, that shall be called to access the initial object.
com::sun::star::bridge::XBridge
Description
The main interface of the service.
com::sun::star::lang::XComponent
Description
allows to terminate the interprocess bridge.

Top of Page