com.atlassian.sal.api.lifecycle
Interface LifecycleManager

All Known Implementing Classes:
BambooLifecycleManager, DefaultLifecycleManager

public interface LifecycleManager

Interface to be used to trigger lifecycle events

Since:
2.0

Method Summary
 boolean isApplicationSetUp()
           
 void start()
          Triggers a start lifecycle event once and only once.
 

Method Detail

start

void start()
Triggers a start lifecycle event once and only once. This method can be called multiple times but will only fire an onStart event once and only when application is already set up.


isApplicationSetUp

boolean isApplicationSetUp()
Returns:
true if application is set up and ready to run


Copyright © 2010 Atlassian. All Rights Reserved.