Uses of Interface
com.atlassian.plugin.osgi.hostcomponents.HostComponentProvider

Packages that use HostComponentProvider
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.loader Plugin loader classes to support OSGi-based plugins 
 

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

Methods in com.atlassian.plugin.osgi.container with parameters of type HostComponentProvider
 void OsgiContainerManager.reloadHostComponents(HostComponentProvider provider)
          Reloads all host components used
 void OsgiContainerManager.start(java.util.Collection<org.twdata.pkgscanner.ExportPackage> exports, HostComponentProvider provider)
          Starts the OSGi container
 

Uses of HostComponentProvider in com.atlassian.plugin.osgi.container.felix
 

Methods in com.atlassian.plugin.osgi.container.felix with parameters of type HostComponentProvider
 void FelixOsgiContainerManager.reloadHostComponents(HostComponentProvider provider)
           
 void FelixOsgiContainerManager.start(java.util.Collection<org.twdata.pkgscanner.ExportPackage> packageExports, HostComponentProvider provider)
           
 

Uses of HostComponentProvider in com.atlassian.plugin.osgi.loader
 

Methods in com.atlassian.plugin.osgi.loader with parameters of type HostComponentProvider
 void OsgiPluginLoader.reloadHostComponents(HostComponentProvider provider)
          Forces all registered host components to be unregistered and the HostComponentProvider to be called to get a new list of host components
 

Constructors in com.atlassian.plugin.osgi.loader with parameters of type HostComponentProvider
OsgiPluginLoader(java.io.File pluginPath, java.io.File startBundlesPath, java.lang.String pluginDescriptorFileName, PluginFactory pluginFactory, HostComponentProvider provider)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.