|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstallableBundle
A bundle that can be iterated, installed and/or started.
Method Summary | |
---|---|
org.osgi.framework.Bundle |
getBundle()
Return the installed bundle. |
InstallableBundle |
install()
Installs the bundle. |
InstallableBundle |
start()
Starts the installed bundle regardles the fact that the bundle was marked that it should not start. |
InstallableBundle |
startIfNecessary()
Starts the installed bundle if the bundle should be started. |
Method Detail |
---|
org.osgi.framework.Bundle getBundle()
InstallableBundle install() throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
- if the bundle could not be installedInstallableBundle startIfNecessary() throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
- if the bundle could not be installedInstallableBundle start() throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
- if the bundle could not be installed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |