:: com :: sun :: star :: lang ::
|
interface XSingleComponentFactory |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XSingleComponentFactory
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- Factory interface to create instances of an implementation of a service
specification.
- See also
- XInitialization
|
Methods' Details |
createInstanceWithContext
- Description
- Creates an instance of a service implementation.
- Parameter Context
-
the instance gets its deployment values from this
- Returns
-
component instance
|
|
createInstanceWithArgumentsAndContext
- Description
- Creates an instance of a component and initializes the new instance
with the given arguments and context.
- Parameter Arguments
-
arguments passed to implementation
- Parameter Context
-
the instance gets its deployment values from this
- Returns
-
component instance
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.