com.atlassian.jira.extension
Interface Startable

All Known Implementing Classes:
DefaultUserFormatMapper, JiraPluginManager, OSWorkflowConfigurator, WebworkConfigurator

public interface Startable

Implementing this interface allows Components to be notified of when the JIRA application has started.

After the plugin system is initialised and components added to the dependency injection framework, then components implementing this interface will have their start() method called. Note that only plugin modules of type Component will be considered as "Startable".


Method Summary
 void start()
          This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.
 

Method Detail

start

void start()
           throws Exception
This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Throws:
Exception - Allows implementations to throw an Exception.


Copyright © 2002-2009 Atlassian. All Rights Reserved.