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
 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)
           
 void FelixOsgiContainerManager.start()
           
 void FelixOsgiContainerManager.stop()
           
 

Constructors in com.atlassian.plugin.osgi.container.felix that throw OsgiContainerException
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 OsgiPlugin.uninstallInternal()
          Uninstalls the bundle from the OSGi container
 



Copyright © 2010 Atlassian. All Rights Reserved.