allows to establish a connection to another process. More...
import "Connector.idl";
 
  
| Additional Inherited Members | |
|  Public Member Functions inherited from XConnector | |
| XConnection | connect ([in] string sConnectionDescription) raises ( NoConnectException,ConnectionSetupException ) | 
| creates a new connection interprocess connection. | |
|  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. | |
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.