Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: mozilla ::

interface XRemoteServiceManagerProvider

Base Interface
com::sun::star::uno::XInterface

Description


Methods' Summary

getServiceManager Returns the remote service manager for the given session

Methods' Details

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

Description
Returns the remote service manager for the given session
Parameter sessionData
[in]: contains the sessiondata (host, user, ticket)

Top of Page