:: com :: sun :: star :: lang ::

service ServiceManager

Included Services - Summary
MultiServiceFactory

This is a derived MultiServiceFactory service.

Exported Interfaces - Summary
XComponent

Disposing of service manager. (details)

::com::sun::star::container::XSet

Management of service factories.

::com::sun::star::container::XContentEnumerationAccess

Enumeration of all service factories. (details)

::com::sun::star::beans::XPropertySet

Property access. (details)

Properties' Summary
::com::sun::star::uno::XComponentContext
DefaultContext
[ OPTIONAL ]
specifies the default component context to be used, if instantiating services via XMultiServiceFactory  
Included Services - Details
MultiServiceFactory
Description
This is a derived MultiServiceFactory service.
Exported Interfaces - Details
XComponent
Description
Disposing of service manager.

The component context disposes its service manager singleton when going down (i.e. when the component context is disposed).

::com::sun::star::container::XSet
Description
Management of service factories.
::com::sun::star::container::XContentEnumerationAccess
Description
Enumeration of all service factories.

It is possible to enumerate all implementations that support the service specified with the argument of the com::sun::star::container::XContentEnumerationAccess::createContentEnumeration() method. The enumerator commonly returns XSingleComponentFactory interfaces.

::com::sun::star::beans::XPropertySet
Usage Restrictions
optional
Description
Property access.
Properties' Details
DefaultContext
::com::sun::star::uno::XComponentContext DefaultContext;
Usage Restrictions
optional
Description
specifies the default component context to be used, if instantiating services via XMultiServiceFactory

 
Top of Page