Class ConfluenceLifecycleManager

java.lang.Object
com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
com.atlassian.sal.confluence.lifecycle.ConfluenceLifecycleManager
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleManager, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class ConfluenceLifecycleManager extends com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
Notifies all registered LifecycleAware objects of onStart and onStop events.
Since:
5.6
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfluenceLifecycleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.plugin.PluginAccessor pluginAccessor, org.osgi.framework.BundleContext bundleContext, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    protected void
     
    void
     

    Methods inherited from class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager

    afterPropertiesSet, destroy, onPluginDisabling, onPluginEnabled, onPluginFrameworkShuttingDown, onPluginFrameworkStarted, start

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfluenceLifecycleManager

      public ConfluenceLifecycleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.plugin.PluginAccessor pluginAccessor, org.osgi.framework.BundleContext bundleContext, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
  • Method Details

    • onSetupComplete

      @EventListener public void onSetupComplete(SetupCompleteEvent event)
    • notifyOnStart

      protected void notifyOnStart()
      Overrides:
      notifyOnStart in class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
    • isApplicationSetUp

      public boolean isApplicationSetUp()