|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OsgiContainerException | |
|---|---|
| com.atlassian.plugin.osgi.container | Classes to manage interactions with an OSGi container |
| com.atlassian.plugin.osgi.container.felix | Classes to manage interactions with the Apache Felix container |
| Uses of OsgiContainerException in com.atlassian.plugin.osgi.container |
|---|
| Methods in com.atlassian.plugin.osgi.container that throw OsgiContainerException | |
|---|---|
org.osgi.framework.Bundle |
OsgiContainerManager.installBundle(java.io.File file)
Installs a bundle into a running OSGI container |
void |
OsgiContainerManager.start(java.util.Collection<org.twdata.pkgscanner.ExportPackage> exports,
HostComponentProvider provider)
Starts the OSGi container |
void |
OsgiContainerManager.stop()
Stops the OSGi container |
| Uses of OsgiContainerException in com.atlassian.plugin.osgi.container.felix |
|---|
| Methods in com.atlassian.plugin.osgi.container.felix that throw OsgiContainerException | |
|---|---|
org.osgi.framework.Bundle |
FelixOsgiContainerManager.installBundle(java.io.File file)
|
void |
FelixOsgiContainerManager.start(java.util.Collection<org.twdata.pkgscanner.ExportPackage> packageExports,
HostComponentProvider provider)
|
void |
FelixOsgiContainerManager.stop()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||