public interface OsgiPlatform
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.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.
|
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.org.osgi.framework.BundleContext getBundleContext()
Copyright © 2006–2023. All rights reserved.