LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
Acceptor Service Referencepublished

allows to accept connection attempts from another process. More...

import "Acceptor.idl";

Inheritance diagram for Acceptor:
XAcceptor XInterface

Additional Inherited Members

- Public Member Functions inherited from XAcceptor
XConnection accept ([in] string sConnectionDescription) raises ( AlreadyAcceptingException, ConnectionSetupException, com::sun::star::lang::IllegalArgumentException)
 accepts an interprocess connection. More...
 
void stopAccepting ()
 pushes acceptor out of the accept-call. More...
 

Detailed Description

allows to accept connection attempts from another process.

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

Developers Guide
ProUNO - Opening a Connection

The documentation for this service was generated from the following file: