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 
 

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



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.