LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef _COM_SUN_STAR_CONNECTION_XACCEPTOR_IDL_
20 #define _COM_SUN_STAR_CONNECTION_XACCEPTOR_IDL_
28 module
com { module sun { module star { module connection {
allows to passively accept connection attempts from other processes.
Definition: XAcceptor.idl:36
Is thrown, when there is another thread already accepting on this instance.
Definition: AlreadyAcceptingException.idl:28
A bidirectional bytestream.
Definition: XConnection.idl:34
Is thrown, when it is not possible to accept on a local resource.
Definition: ConnectionSetupException.idl:28
XConnection accept([in] string sConnectionDescription)
accepts an interprocess connection.
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
void stopAccepting()
pushes acceptor out of the accept-call.