|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OsgiPlatform
Lifecycle contract for the OSGi platform.
Method Summary | |
---|---|
BundleContext |
getBundleContext()
Get a hold of the bundle context of the returned platform. |
Properties |
getConfigurationProperties()
Return the Properties object used for configuring the
underlying OSGi implementation before starting it. |
void |
start()
Start the OSGi platform. |
void |
stop()
Stop the OSGi platform. |
Method Detail |
---|
void start() throws Exception
Exception
void stop() throws Exception
Exception
Properties getConfigurationProperties()
Properties
object used for configuring the
underlying OSGi implementation before starting it.
BundleContext getBundleContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |