|
|
com.sun.star.comp.helper
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
Bootstrap()
|
|
| Method Summary | |
static XComponentContext |
bootstrap()
Bootstraps the component context from a UNO installation. |
static XComponentContext |
createInitialComponentContext(Hashtable context_entries)
Bootstraps an initial component context with service manager and basic jurt components inserted. |
static XMultiServiceFactory |
createSimpleServiceManager()
Bootstraps a servicemanager with the jurt base components registered. |
static XComponentContext |
defaultBootstrap_InitialComponentContext()
Bootstraps the initial component context from a native UNO installation. |
static XComponentContext |
defaultBootstrap_InitialComponentContext(String ini_file,
Hashtable bootstrap_parameters)
Bootstraps the initial component context from a native UNO installation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Bootstrap
public Bootstrap()
| Method Detail |
createInitialComponentContext
public static XComponentContext createInitialComponentContext(Hashtable context_entries) throws Exception
- Bootstraps an initial component context with service manager and basic
jurt components inserted.
- Parameters:
context_entries- the hash table contains mappings of entry names (type string) to context entries (type class ComponentContextEntry).- Returns:
- a new context.
Exception
createSimpleServiceManager
public static XMultiServiceFactory createSimpleServiceManager() throws Exception
- Bootstraps a servicemanager with the jurt base components registered.
- Returns:
- a freshly boostrapped service manager
Exception - See Also:
com.sun.star.lang.ServiceManager
defaultBootstrap_InitialComponentContext
public static final XComponentContext defaultBootstrap_InitialComponentContext() throws Exception
- Bootstraps the initial component context from a native UNO installation.
Exception- See Also:
defaultBootstrap_InitialComponentContext
public static final XComponentContext defaultBootstrap_InitialComponentContext(String ini_file, Hashtable bootstrap_parameters) throws Exception
- Bootstraps the initial component context from a native UNO installation.
- Parameters:
ini_file- ini_file (may be null: uno.rc besides cppuhelper lib)bootstrap_parameters- bootstrap parameters (maybe null)Exception- See Also:
bootstrap
public static final XComponentContext bootstrap() throws BootstrapException
- Bootstraps the component context from a UNO installation.
- Returns:
- a bootstrapped component context.
BootstrapException - Since:
- UDK 3.1.0
|
UDK 3.2.0 Java API Reference | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||


