com.sun.star.comp.helper
|
||||||||||||||||||||||||||||||||||||||||||||
| Constructor Summary | |
Bootstrap()
|
|
| Method Summary | |
static XComponentContext |
createInitialComponentContext(java.util.Hashtable context_entries)
Bootstraps an initial component context with service manager and basic jurt components inserted. |
static com.sun.star.lang.XMultiServiceFactory |
createSimpleServiceManager()
Bootstraps a servicemanager with the jurt base components registered. |
| 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(java.util.Hashtable context_entries) throws java.lang.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.
java.lang.Exception
createSimpleServiceManager
public static com.sun.star.lang.XMultiServiceFactory createSimpleServiceManager()
throws java.lang.Exception
- Bootstraps a servicemanager with the jurt base components registered.
- Returns:
- a freshly boostrapped service manager
java.lang.Exception - Since:
- UDK2.08
- See Also:
com.sun.star.lang.ServiceManager
|
UNO Java Runtime | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

