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.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic void destroy()
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwareCopyright © 2003–2017 Atlassian. All rights reserved.