com.atlassian.sal.bamboo.lifecycle
Class BambooLifecycleManager

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

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


Constructor Summary
BambooLifecycleManager(com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 
Method Summary
 boolean isApplicationSetUp()
           
 void onBambooContainerStart()
           
 void onFrameworkStart(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
          This is a no-op.
 
Methods inherited from class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
destroy, notifyOnStart, onBind, setLifecycleAwareListeners, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooLifecycleManager

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

isApplicationSetUp

public boolean isApplicationSetUp()

onFrameworkStart

public void onFrameworkStart(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
This is a no-op. onBambooContainerStart() starts the SAL LifecycleManager

Overrides:
onFrameworkStart in class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
Parameters:
event -

onBambooContainerStart

public void onBambooContainerStart()


Copyright © 2011 Atlassian. All Rights Reserved.