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.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
 org.osgi.framework.Bundle OsgiContainerManager.installBundle(java.io.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(java.io.File file)
           
 void FelixOsgiContainerManager.start()
           
 void FelixOsgiContainerManager.stop()
           
 

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

Methods in com.atlassian.plugin.osgi.factory that throw OsgiContainerException
 void OsgiPlugin.close()
           
 void OsgiPlugin.setEnabled(boolean enabled)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.