public interface ModuleFramework
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.launch.Framework |
getFramework() |
void |
initFramework() |
void |
registerContext(Object context) |
void |
startFramework() |
void |
stopFramework(long timeout) |
void |
unregisterContext(Object context) |
org.osgi.framework.launch.Framework getFramework()
void initFramework()
throws Exception
Exceptionvoid registerContext(Object context)
void startFramework()
throws Exception
Exceptionvoid stopFramework(long timeout)
throws Exception
Exceptionvoid unregisterContext(Object context)