interface XConnectionServerSide in module com::sun::star::bridge::

(Global Index)

[ DEPRECATED ]

Syntax

interface XConnectionServerSide : com::sun::star::uno::XInterface ;

Description

server side interface to a remote UNO connection.

See also

XConnectionBroker
for server side implementation.

Method Summary

getClientUrl returns the complete path from the Client .

getUser

getPassword

provideRemoteObject sets the object which is to be provided to the client.

close closes the connection, if established.

Method Details



getClientUrl

Syntax

string getClientUrl ();

Description

returns the complete path from the Client .


getUser

Syntax

string getUser ();

getPassword

Syntax

string getPassword ();

provideRemoteObject

Syntax

void provideRemoteObject (
com::sun::star::uno::XInterface remoteObject );

Description

sets the object which is to be provided to the client.


close

Syntax

void close ();

Description

closes the connection, if established.

All object references created by this connection will become invalid.

Top of Page