Class FelixOsgiContainerManagerFactory
- java.lang.Object
-
- com.atlassian.confluence.plugin.spring.FelixOsgiContainerManagerFactory
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager>,org.springframework.web.context.ServletContextAware
public class FelixOsgiContainerManagerFactory extends Object implements org.springframework.web.context.ServletContextAware, org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager>
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManagergetObject()ClassgetObjectType()booleanisSingleton()voidsetServletContext(javax.servlet.ServletContext servletContext)
-
-
-
Constructor Detail
-
FelixOsgiContainerManagerFactory
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)
-
-
Method Detail
-
getObject
public com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager getObject() throws Exception- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager>- Throws:
Exception
-
getObjectType
public Class getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager>
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.felix.FelixOsgiContainerManager>
-
destroy
public void destroy()
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContextin interfaceorg.springframework.web.context.ServletContextAware
-
-