Class OsgiContainerManagerFactory
java.lang.Object
com.atlassian.crowd.plugin.factory.OsgiContainerManagerFactory
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
public class OsgiContainerManagerFactory
extends Object
implements org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionOsgiContainerManagerFactory
(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) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.plugin.osgi.container.OsgiContainerManager
Class<com.atlassian.plugin.osgi.container.OsgiContainerManager>
boolean
-
Constructor Details
-
OsgiContainerManagerFactory
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)
-
-
Method Details
-
getObject
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
- Throws:
Exception
-
getObjectType
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
-