Uses of Interface
com.atlassian.plugin.osgi.container.OsgiContainerManager

Packages that use OsgiContainerManager
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 
com.atlassian.plugin.osgi.factory.transform Classes for transforming legacy plugin jars into proper OSGi bundles. 
 

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

Methods in com.atlassian.plugin.osgi.container that return OsgiContainerManager
 OsgiContainerManager OsgiContainerStartedEvent.getOsgiContainerManager()
           
 OsgiContainerManager OsgiContainerStoppedEvent.getOsgiContainerManager()
           
 

Methods in com.atlassian.plugin.osgi.container with parameters of type OsgiContainerManager
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.
 

Constructors in com.atlassian.plugin.osgi.container with parameters of type OsgiContainerManager
OsgiContainerStartedEvent(OsgiContainerManager osgiContainerManager)
           
OsgiContainerStoppedEvent(OsgiContainerManager osgiContainerManager)
           
 

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

Classes in com.atlassian.plugin.osgi.container.felix that implement OsgiContainerManager
 class FelixOsgiContainerManager
          Felix implementation of the OSGi container manager
 

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

Methods in com.atlassian.plugin.osgi.factory with parameters of type OsgiContainerManager
 PluginTransformer OsgiPluginFactory.PluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi)
           
 PluginTransformer OsgiPluginFactory.DefaultPluginTransformerFactory.newPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applicationKeys, String pluginDescriptorPath, OsgiContainerManager osgi)
           
 

Constructors in com.atlassian.plugin.osgi.factory with parameters of type OsgiContainerManager
OsgiBundleFactory(OsgiContainerManager osgi, PluginEventManager pluginEventManager)
           
OsgiBundleFactory(String pluginDescriptorFileName, OsgiContainerManager osgi, PluginEventManager pluginEventManager)
           
OsgiBundlePlugin(OsgiContainerManager osgiContainerManager, String pluginKey, PluginArtifact pluginArtifact)
          Create a plugin wrapper which installs the bundle when the plugin is installed.
OsgiPlugin(String key, OsgiContainerManager mgr, PluginArtifact artifact, PluginArtifact originalPluginArtifact, PluginEventManager pluginEventManager)
           
OsgiPluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, PluginEventManager pluginEventManager)
          Default constructor
OsgiPluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiPersistentCache persistentCache, OsgiContainerManager osgi, PluginEventManager pluginEventManager, OsgiPluginFactory.PluginTransformerFactory pluginTransformerFactory)
          Constructor for implementations that want to override the DefaultPluginTransformer with a custom implementation
RemotablePluginFactory(String pluginDescriptorFileName, Set<Application> applications, OsgiContainerManager osgi, PluginEventManager pluginEventManager)
          Constructor for implementations that want to override the DefaultPluginTransformer with a custom implementation
 

Uses of OsgiContainerManager in com.atlassian.plugin.osgi.factory.transform
 

Methods in com.atlassian.plugin.osgi.factory.transform that return OsgiContainerManager
 OsgiContainerManager TransformContext.getOsgiContainerManager()
           
 

Constructors in com.atlassian.plugin.osgi.factory.transform with parameters of type OsgiContainerManager
DefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager)
          Constructs a transformer with the default stages
DefaultPluginTransformer(OsgiPersistentCache cache, SystemExports systemExports, Set<Application> applications, String pluginDescriptorPath, OsgiContainerManager osgiContainerManager, List<TransformStage> stages)
          Constructs a transformer and its stages
TransformContext(List<HostComponentRegistration> regs, SystemExports systemExports, PluginArtifact pluginArtifact, Set<Application> applications, String descriptorPath, OsgiContainerManager osgiContainerManager)
           
 



Copyright © 2015 Atlassian. All rights reserved.