|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleException | |
---|---|
org.osgi.framework | Framework Package Version 1.4. |
Uses of BundleException in org.osgi.framework |
---|
Methods in org.osgi.framework that throw BundleException | |
---|---|
Bundle |
BundleContext.installBundle(String location)
Installs a bundle from the specified location string. |
Bundle |
BundleContext.installBundle(String location,
InputStream input)
Installs a bundle from the specified InputStream object. |
void |
Bundle.start()
Starts this bundle with no options. |
void |
Bundle.start(int options)
Starts this bundle. |
void |
Bundle.stop()
Stops this bundle with no options. |
void |
Bundle.stop(int options)
Stops this bundle. |
void |
Bundle.uninstall()
Uninstalls this bundle. |
void |
Bundle.update()
Updates this bundle. |
void |
Bundle.update(InputStream in)
Updates this bundle from an InputStream . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |