|
||||||||||
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()
Returns the bundle context of the returned platform. |
Properties |
getConfigurationProperties()
Returns the Properties object used for configuring the
underlying OSGi implementation before starting it. |
void |
start()
Starts the OSGi platform. |
void |
stop()
Stops the OSGi platform. |
Method Detail |
---|
void start() throws Exception
Exception
- if starting the platform failsvoid stop() throws Exception
Exception
- if stopping the platform fails.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 |