:: com :: sun :: star :: lang ::
|
interface XSingleComponentFactory |
|
- Description
- Factory interface to create instances of an implementation of a service
specification.
- See also
- ::com::sun::star::lang::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.