:: com :: sun :: star :: connection ::

service Connector
Description
allows to establish a connection to another process.

Connector is a delegating service. You can add further connectors by giving them a service name com.sun.star.connection.Connector.xxx, where xxx is the connection type used in the connection string during accept()/connect() call.

Developers Guide
3.3.1 Professional UNO - UNO Concepts - UNO Interprocess Connections - Opening a Connection

Exported Interfaces
XConnector
Description
The main interface of the service.

 
Top of Page