Methods' Details |
createInstanceWithContext
- Description
- Creates an instance of a component which supports the
services specified by the factory.
- Parameter aServiceSpecifier
- service name
- Parameter Context
- context the component instance gets its deployment values from
- Returns
- component instance
|
|
createInstanceWithArgumentsAndContext
::com::sun::star::uno::XInterface |
createInstanceWithArgumentsAndContext( |
[in] string |
ServiceSpecifier, |
| [in] sequence< any > |
Arguments, |
| [in] ::com::sun::star::uno::XComponentContext |
Context ) |
raises( |
::com::sun::star::uno::Exception ); |
- Description
- Creates an instance of a component which supports the
services specified by the factory, and initializes the new instance
with the given arguments and context.
- Parameter ServiceSpecifier
- service name
- Parameter Arguments
- arguments
- Parameter Context
- context the component instance gets its deployment values from
- Returns
- component instance
|
|
getAvailableServiceNames
sequence< string > |
getAvailableServiceNames(); |
- Description
- Gets the names of all supported services.
- Returns
- sequence of all service names
|
|
Copyright © 2010 Sun Microsystems, Inc.