public class OsgiContainerManagerFactory extends Object implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
Constructor and Description |
---|
OsgiContainerManagerFactory(com.atlassian.plugin.osgi.container.PackageScannerConfiguration packageScannerConfiguration,
com.atlassian.plugin.osgi.hostcomponents.HostComponentProvider provider,
com.atlassian.plugin.event.PluginEventManager pluginEventManager,
com.atlassian.plugin.osgi.container.OsgiPersistentCache osgiPersistentCache,
com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.plugin.osgi.container.OsgiContainerManager |
getObject() |
Class<com.atlassian.plugin.osgi.container.OsgiContainerManager> |
getObjectType() |
boolean |
isSingleton() |
public OsgiContainerManagerFactory(com.atlassian.plugin.osgi.container.PackageScannerConfiguration packageScannerConfiguration, com.atlassian.plugin.osgi.hostcomponents.HostComponentProvider provider, com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.plugin.osgi.container.OsgiPersistentCache osgiPersistentCache, com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory)
public com.atlassian.plugin.osgi.container.OsgiContainerManager getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
Exception
public Class<com.atlassian.plugin.osgi.container.OsgiContainerManager> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
Copyright © 2020 Atlassian. All rights reserved.