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
Exception
void registerContext(Object context)
void startFramework() throws Exception
Exception
void stopFramework(long timeout) throws Exception
Exception
void unregisterContext(Object context)