interface XRemoteServiceManagerProvider in module com::sun::star::mozilla::

(Global Index)

Syntax

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

Description

Method Summary

getServiceManager Returns the remote service manager for the given session

Method Details



getServiceManager

Syntax

com::sun::star::lang::XMultiServiceFactory getServiceManager (
any sessionData );

Description

Returns the remote service manager for the given session

Parameter sessionData

[in]: contains the sessiondata (host, user, ticket)
Top of Page