public class FelixOsgiContainerManagerFactory extends Object implements org.springframework.web.context.ServletContextAware, org.springframework.beans.factory.FactoryBean
Constructor and Description |
---|
FelixOsgiContainerManagerFactory(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) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
public FelixOsgiContainerManagerFactory(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)
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void destroy()
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface org.springframework.web.context.ServletContextAware
Copyright © 2003–2016 Atlassian. All rights reserved.