com.atlassian.sal.confluence.lifecycle
Class ConfluenceLifecycleManager

java.lang.Object
  extended by com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
      extended by com.atlassian.sal.confluence.lifecycle.ConfluenceLifecycleManager
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleManager

public class ConfluenceLifecycleManager
extends com.atlassian.sal.core.lifecycle.DefaultLifecycleManager


Constructor Summary
ConfluenceLifecycleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 
Method Summary
 void handleSetupCompleteEvent(SetupCompleteEvent event)
           
 boolean isApplicationSetUp()
           
protected  void notifyOnStart()
          This method is called by the start method in the superclass.
 void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Methods inherited from class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
destroy, onBind, onFrameworkStart, setLifecycleAwareListeners, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceLifecycleManager

public ConfluenceLifecycleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager)
Method Detail

isApplicationSetUp

public boolean isApplicationSetUp()

notifyOnStart

protected void notifyOnStart()
This method is called by the start method in the superclass. We capture the call and note that it has been called and then just call the super method.

Overrides:
notifyOnStart in class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager

handleSetupCompleteEvent

@EventListener
public void handleSetupCompleteEvent(SetupCompleteEvent event)

setEventPublisher

public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)


Copyright © 2003-2013 Atlassian. All Rights Reserved.