:: com :: sun :: star :: lang ::
|
interface XSingleComponentFactory |
|
- 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 © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.