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

    Constructors
    Constructor
    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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.plugin.osgi.container.OsgiContainerManager
     
    Class<com.atlassian.plugin.osgi.container.OsgiContainerManager>
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public com.atlassian.plugin.osgi.container.OsgiContainerManager getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
      Throws:
      Exception
    • getObjectType

      public Class<com.atlassian.plugin.osgi.container.OsgiContainerManager> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<com.atlassian.plugin.osgi.container.OsgiContainerManager>