|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleException | |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.ext | |
org.apache.felix.framework.util.manifestparser | |
org.osgi.framework | |
org.osgi.framework.launch |
Uses of BundleException in org.apache.felix.framework |
---|
Methods in org.apache.felix.framework that throw BundleException | |
---|---|
void |
Felix.init()
This method initializes the framework, which is comprised of resolving the system bundle, reloading any cached bundles, and activating the system bundle. |
void |
Felix.start()
This method starts the framework instance, which will transition the framework from start level 0 to its active start level as specified in its configuration properties (1 by default). |
void |
Felix.start(int options)
|
void |
Felix.stop()
This method asynchronously shuts down the framework, it must be called at the end of a session in order to shutdown all active bundles. |
void |
Felix.stop(int options)
|
void |
Felix.uninstall()
|
void |
Felix.update()
|
void |
Felix.update(java.io.InputStream is)
|
Uses of BundleException in org.apache.felix.framework.ext |
---|
Methods in org.apache.felix.framework.ext that throw BundleException | |
---|---|
void |
FelixBundleContext.addCapability()
|
void |
FelixBundleContext.addRequirement(java.lang.String s)
|
void |
FelixBundleContext.removeCapability()
|
void |
FelixBundleContext.removeRequirement()
|
Uses of BundleException in org.apache.felix.framework.util.manifestparser |
---|
Methods in org.apache.felix.framework.util.manifestparser that throw BundleException | |
---|---|
boolean |
R4LibraryClause.match(java.util.Map configMap)
|
static java.util.List<BundleRequirement> |
ManifestParser.parseDynamicImportHeader(Logger logger,
BundleRevision owner,
java.lang.String header)
|
static java.lang.String |
ManifestParser.parseExtensionBundleHeader(java.lang.String header)
|
Constructors in org.apache.felix.framework.util.manifestparser that throw BundleException | |
---|---|
ManifestParser(Logger logger,
java.util.Map configMap,
BundleRevision owner,
java.util.Map headerMap)
|
Uses of BundleException in org.osgi.framework |
---|
Methods in org.osgi.framework that throw BundleException | |
---|---|
Bundle |
BundleContext.installBundle(java.lang.String location)
Installs a bundle from the specified location identifier. |
Bundle |
BundleContext.installBundle(java.lang.String location,
java.io.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(java.io.InputStream input)
Updates this bundle from an InputStream . |
Uses of BundleException in org.osgi.framework.launch |
---|
Methods in org.osgi.framework.launch that throw BundleException | |
---|---|
void |
Framework.init()
Initialize this Framework. |
void |
Framework.start()
Start this Framework. |
void |
Framework.start(int options)
Start this Framework. |
void |
Framework.stop()
Stop this Framework. |
void |
Framework.stop(int options)
Stop this Framework. |
void |
Framework.uninstall()
The Framework cannot be uninstalled. |
void |
Framework.update()
Stop and restart this Framework. |
void |
Framework.update(java.io.InputStream in)
Stop and restart this Framework. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |