|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OSGiFramework
An abstraction of an OSGi Framework
| Method Summary | |
|---|---|
java.util.List<java.net.URL> |
getAutoInstall()
Get the list of bundles that get installed automatically |
java.util.List<java.net.URL> |
getAutoStart()
Get the list of bundles that get installed and started automatically |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get the Framework properties |
org.osgi.framework.Bundle |
getSystemBundle()
Get the System Bundle associated with this Framework |
org.osgi.framework.BundleContext |
getSystemBundleContext()
Get the System Bundle Context associated with this Framework |
void |
setAutoInstall(java.util.List<java.net.URL> autoInstall)
Set the list of bundles that get installed automatically. |
void |
setAutoStart(java.util.List<java.net.URL> autoStart)
Set the list of bundles that get installed and started automatically. |
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Set the Framework properties. |
void |
start()
Start the Framework |
void |
stop()
Stop the Framework |
| Method Detail |
|---|
java.util.Map<java.lang.String,java.lang.Object> getProperties()
void setProperties(java.util.Map<java.lang.String,java.lang.Object> props)
java.util.List<java.net.URL> getAutoInstall()
void setAutoInstall(java.util.List<java.net.URL> autoInstall)
java.util.List<java.net.URL> getAutoStart()
void setAutoStart(java.util.List<java.net.URL> autoStart)
void start()
void stop()
org.osgi.framework.Bundle getSystemBundle()
org.osgi.framework.BundleContext getSystemBundleContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||