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
ConstructorsConstructorDescriptionConfluenceLifecycleManager
(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 TypeMethodDescriptionboolean
protected void
void
Methods inherited from class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
afterPropertiesSet, destroy, onPluginDisabling, onPluginEnabled, onPluginFrameworkShuttingDown, onPluginFrameworkStarted, start
-
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
-
notifyOnStart
protected void notifyOnStart()- Overrides:
notifyOnStart
in classcom.atlassian.sal.core.lifecycle.DefaultLifecycleManager
-
isApplicationSetUp
public boolean isApplicationSetUp()
-