|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleException | |
---|---|
ch.ethz.iks.concierge.framework | |
org.osgi.framework |
Uses of BundleException in ch.ethz.iks.concierge.framework |
---|
Methods in ch.ethz.iks.concierge.framework that throw BundleException | |
---|---|
static void |
Framework.main(java.lang.String[] args)
start method. |
Uses of BundleException in org.osgi.framework |
---|
Methods in org.osgi.framework that throw BundleException | |
---|---|
Bundle |
BundleContext.installBundle(java.lang.String location)
Installs the bundle from the specified location string. |
Bundle |
BundleContext.installBundle(java.lang.String location,
java.io.InputStream in)
Installs the bundle from the specified InputStream object. |
void |
Bundle.start()
Starts this bundle. |
void |
Bundle.stop()
Stops this bundle. |
void |
Bundle.uninstall()
Uninstalls this bundle. |
void |
Bundle.update()
Updates this bundle. |
void |
Bundle.update(java.io.InputStream in)
Updates this bundle from an InputStream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |