Uses of Class
com.atlassian.plugin.osgi.container.OsgiContainerException

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 
com.atlassian.plugin.osgi.container.impl   
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
 

Uses of OsgiContainerException in com.atlassian.plugin.osgi.container
 

Methods in com.atlassian.plugin.osgi.container that throw OsgiContainerException
 void OsgiPersistentCache.clear()
          Clear all caches
 org.osgi.framework.Bundle OsgiContainerManager.installBundle(File file)
          Installs a bundle into a running OSGI container
 org.osgi.framework.Bundle OsgiContainerManager.AllowsReferenceInstall.installBundle(File file, boolean allowReference)
          Installs a bundle into a running OSGI container.
static org.osgi.framework.Bundle OsgiContainerManager.AllowsReferenceInstall.Default.installBundle(OsgiContainerManager osgiContainerManager, File file, boolean allowReference)
          Install a bundle as a reference if supported and requested.
 void OsgiContainerManager.start()
          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(File file)
           
 org.osgi.framework.Bundle FelixOsgiContainerManager.installBundle(File file, boolean allowReference)
           
 void FelixOsgiContainerManager.start()
           
 void FelixOsgiContainerManager.stop()
           
 

Constructors in com.atlassian.plugin.osgi.container.felix that throw OsgiContainerException
FelixOsgiContainerManager(File frameworkBundlesDirectory, OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Constructs the container manager.
FelixOsgiContainerManager(URL frameworkBundlesZip, OsgiPersistentCache persistentCache, PackageScannerConfiguration packageScannerConfig, HostComponentProvider provider, PluginEventManager eventManager)
          Constructs the container manager.
 

Uses of OsgiContainerException in com.atlassian.plugin.osgi.container.impl
 

Methods in com.atlassian.plugin.osgi.container.impl that throw OsgiContainerException
 void DefaultOsgiPersistentCache.clear()
           
 

Uses of OsgiContainerException in com.atlassian.plugin.osgi.factory
 

Methods in com.atlassian.plugin.osgi.factory that throw OsgiContainerException
protected  void OsgiPlugin.disableInternal()
          Disables the plugin by changing the bundle state back to resolved
protected  PluginState OsgiPlugin.enableInternal()
          Enables the plugin by setting the OSGi bundle state to enabled.
protected  void OsgiBundlePlugin.installInternal()
           
protected  void OsgiPlugin.uninstallInternal()
          Uninstalls the bundle from the OSGi container
 



Copyright © 2015 Atlassian. All rights reserved.