:: 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 - Summary
::com::sun::star::lang::XInitialization

This interface allows to initialize the bridge service with the necessary arguments. The sequence<any> must have 4 members. (details)

XBridge

The main interface of the service.

::com::sun::star::lang::XComponent

allows to terminate the interprocess bridge.

Exported Interfaces - Details
::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.
XBridge
Description
The main interface of the service.
::com::sun::star::lang::XComponent
Description
allows to terminate the interprocess bridge.

 
Top of Page